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

Pronicio/Bot-discord-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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