New discord template to create a bot in JS for discord V14+ !
Use nodeJS to install packages.
node install --save discord.js
node install --save dotenv
complete the .env file
#Token of Your Bot
TOKEN="YOUR BOT TOKEN"
#Bot ID
BOT_ID="Bot ID"
#Guild ID
GUILD_ID="YOUR DEVELOPMENT GUILD ID"
#Activities
ACTIVITIES=SERVERSCOUNT,MEMBERSCOUNT,Love 💕
#STAFF IDs
STAFF= 400365003783405568,422365003783405568
Use this command in your terminal to start your bot.
node .
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.