Commando is the official command framework for discord.js.
It is flexible, fully object-oriented, easy to use, and makes it trivial to create your own powerful commands.
Additionally, it makes full use of ES2017's async
/await
functionality for clear, concise code that is simple to write and easy to comprehend.
But this is the unofficial pt-BR translation.
Everithing Commando has but in Portuguese
- Note: Only bot responses to discord are translated, JavaScript code and owner-only commands are not translated.
Node 12.0.0 or newer is required.
npm install discord.js@12 discord.js-commando-ptbr
View the docs here.
See the discord.js documentation as well.