discord.js-frameworks-comparison
discord.js-frameworks-comparison copied to clipboard
Comparison of popular Discord.js frameworks. Open to the developers of these frameworks.
Fixes #14
A user forked Akairo and added ESM support for it - it's not official, but it's very simple. It might be implemented officially soon (I hope it would): https://github.com/discord-akairo/discord-akairo/compare/master...Vaporox:feat-esm
I found this framework while searching for something. https://github.com/sapphire-project/framework I thought it would be a neat addition. The repo is maintained from what I can see.
A recent commit to Commando's GitHub repository removed the unknown command event in favor of using commands to (optionally) handle unknown commands. Commando comes with a default command to handle...