/Bot-discord-template

🧬 A great template for discord bots.

Primary LanguageJavaScriptMIT LicenseMIT

🧬 A great template for discord bots

Totally open source project, aims to become a complete bot.

⚙️ Configuration :

  1. Rename .env.example in .env.
  2. Open .env and put the bot's sensitive information. (⚠️ Never send this file to anyone.)
TOKEN=YOUR_TOKEN
CLIENT_ID=BOT_ID

🔌 Startup :

Make sure you have nodejs up to date!
The recommended version is node 18.

  1. Install the dependencies with : npm install / yarn install
  2. Then run : npm run start / yarn start

Made by Pronicio with ❤️.