Making your first command
How do command works?
1. Player type in a command
2. The bot fetch the command
3. the bot finds the appropriate code
4. run the codeGetting stuff ready
client.on("message", msg => {
})Adding more commands
Last updated