The official discord bot for our discord
Features:
- Bofa
- Thread support help
- Message triggers
- Autocomplete documentation for our handler
- Register your timezone to notify other's local time
- Eval command
- Hybrid commands
- Switching discord prescenses
- Games (rps, tic tac toe)
- View our handler's plugins
- Submit and review user emojis
- Fetch Issues and Pull Requests from github
- Giveaway system
- Clone the repository
- Create your .env file with the bot's token, which can be acquired from a lead developer
- Run
yarn install
to install all necessary packages (If you do not have yarn installed, first runnpm install --global yarn
) - Run
npm run dev
ornpm run start
to build and run the bot