This repository was archived by the owner on May 24, 2020. It is now read-only.
v0.7.6
Important changes
-
[music-bot plugin] You can now define the max length of a song (in minutes). It defaults to
15minutes.0minutes will be endless.- Example:
"plugins": { "music-bot": { "maxLength": 30 } }
-
Bumped the version of
discord.ioto 1.6.5- Run
npm install discord.ioto install the new version
- Run
-
You can now define how fast (in seconds) your
config.jsonwill be reloaded automatically without restarting the bot (optional).It default to every 5 seconds. Settings it to0disables it. Example:"reloadConfig": 10.
Changes
- Renamed some directories
- Added missing information to the install instruction
- Added a license
- [music-bot plugin] Fixed
!music stopcommand (issue #33) - Added missing commands to the README.md
- Fixed directory names
- [music-bot plugin] You don't need to set a library anymore. It will default to the OS specific temp directories
- Disconnect the bot before killing the process. The bot should now log out everytime when using
!kill.