Skip to content

Releases: Novuh-Bot/Custodian

Custodian Version 2.5

21 Jan 02:06
Compare
Choose a tag to compare

Full Release

This release features complete music functionality, and an overhauled help command.

Music
The trip to music functionality has been a long one. It's taken a few months, but it's finally here. With this, the commands are being pushed to production. Just don't break it. Thanks.

Overhauled Help Command
The help command has been overhauled. It currently reads from the language files, but will most likely be reworked even more in the future,

Minor Stuff
Updated dependencies, a new Discord.js version, and a few under the hood things.

Custodian Version 2.1-beta.1

01 Jan 02:16
Compare
Choose a tag to compare
Pre-release

Beta Release

This pre-production release features a change to how server languages are called. That's pretty much it.

Custodian Version 2

01 Jan 02:10
Compare
Choose a tag to compare

Full Release

This release features a production class-based bot, 99% complete music functionality, per server languages.

Class-Based
While working with a class-based bot, I'm able to attach methods to the client directly, making it extremely easy to call upon certain necessary methods for commands. This also allows me to reduce code duplication by 100%. The classes can be found here.

Music
Music is almost here. I only have one more command to finish, and then music will be released to the public, with that release most likely being 2.1.

Languages
As of version 1.7, Custodian has had support for per server languages. If you added the bot to your server before December 21st EST, you must run /set add lang <en-US or es-ES>. I only have support for English and Spanish at the moment, but will be adding more in the future.

Minor Stuff
A lot of under the hood improvements, hopefully the bot should preform better.