discord.js-commando-ptbr
v1.2.0
Published
Unofficial translation of Discord.js Commando Framework to pt-BR
Downloads
9
Readme
Commando
About
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.
Features
Everithing Commando has but in Portuguese
- Note: Only bot responses to discord are translated, JavaScript code and owner-only commands are not translated.
Installation
Node 12.0.0 or newer is required.npm install discord.js@12 discord.js-commando-ptbr
Documentation
View the docs here.
See the discord.js documentation as well.