/Discord-Bot-Quickstart

Setup Discord bots really fast!

Primary LanguageJavaScript

Discord Bot Quickstart

Bot template to get your bot started quickly!

Setup

  1. Setup your bot in the Discord Developer Portal. Here's a guide to setting it up!

  2. Create a file named .env. Inside of it, type TOKEN="", and in the quotes, insert your bot token. It should look something like this: TOKEN="ABCdefGHIjklMNOpqrSTUvwx.natsumi.ahyesabottokenwhatasurprise"

  3. Run npm install to install dependencies.

  4. Run npm start to start the bot.

  5. Profit