/Old-template-discordjs

Old Discord Template to Create a Bot in JS !

Primary LanguageJavaScriptMIT LicenseMIT

Discord Bot Template

DISCORD TEMPLATE

New discord template to create a bot in JS for discord V14+ !

Installation

Use nodeJS to install packages.

node install --save discord.js
node install --save dotenv

Usage

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

Startup

Use this command in your terminal to start your bot.

node .

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT