A Bunch of new stuff!
- New commands
- Better documentation
- Better organisation
- Fixed commands crashing the bot
What's Changed
- Fixed a massive bug that kept causing the bot to crash + some quality of life changes by @Bikoil in #9
- New command, better looking README, Changed license by @Bikoil in #10
- README changes, new command, rearranged commands by @Bikoil in #11
- Removed useless outdated js files by @Bikoil in #12
- New command, fixed ralsay command by @Bikoil in #13
Full Changelog: v0.6...v0.7
IMPORTANT NOTE
if your bot is based on magicord before and want to upgrade your bot to this version, remove the build/commands
directory completely before doing git pull
on your bot's project folder, then do npm run build
again to be able to start the bot and re-build the build/commands
directory
Why?
The commands/
folder has been completely re-organised, now commands are in different folders within the commands folder, which means when you compile the commands/
folder from typescript to javascript in build/
now the old commands within build/commands
will duplicate due to the change of location of files.