Every single change performed on this Bot Wrapper from Discord.js will be documented here.
- More test cases;
- Init method own file;
- Bot class now inherits Client from Discord.js;
- Bot is now able to broadcast messsages;
- Bot is now able to check which channels it belongs to;
login
is nowsignin
;- Bot is able to change its own username.
- This Changelog file;
- A README file;
- Minor change on index.js;
- LICENSE file including the MIT License.
- A base Bot class based on Discord.js;
- Tests for the Bot class.