Skip to content

ZeroDay-PESU-ECC/zeroday-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zeroday-bot

The Discord Bot for Zero Day PESU ECC Discord Server

Created using discord.js V14

Getting Started

  • 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

Running the bot

  • npm run start to deploy the bot with node

  • npm run dev to deploy the bot with nodemon for development

  • npm run deploy to reregister slash commands.

About

The Discord Bot for Zero Day Discord Server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages