/discordjs-bot

Just a simple Discord bot using discord.js v13

Primary LanguageJavaScriptMIT LicenseMIT

This is a simple bot using discord.js v13.

Instalation:

To use discord.js, you'll need to install Node.js.
discord.js v13 requires Node v16.6.0 or higher.
Follow the instalation steps listeds on the documentation bellow.

Tips to write your bot:

  • Separate your commands by category
  • Create the command on the dataHandler.js file and handle it in the command file itself.
  • Put your token in a .env file. DON'T COMMIT IT!
  • Feel free to create your own commands and use
  • Links:

  • Discord.js guide
  • Discord.js on Github. I Highly recommend that you take a look.