The Discord Bot for Zero Day PESU ECC Discord Server
Created using discord.js V14
-
Create a discord developer account at discord developers.
-
Create an application with a bot and aquire its token.
-
Create a .env file in config of the format of example.env. Check config README.
TOKEN = [PRODUCTION-BOT-TOKEN]
GUILD_ID = [PRODUCTION-SERVER-ID]
CLIENT_ID = [PRODUCTION-BOT-ID]
ADMIN_KEY = [API-KEY-FOR-ZERODAY-WEBSITE]
TOKEN, requried for running the bot
GUILD_ID, CLIENT_ID, used for registering and deregistering slash commands
ADMIN_KEY to connect to zeroday's website
-
npm run startto deploy the bot with node -
npm run devto deploy the bot with nodemon for development -
npm run deployto reregister slash commands.