Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 599 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 599 Bytes

🧬 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 ❤️.