Files
sern-community/README.md
2025-01-27 13:15:25 -06:00

23 lines
923 B
Markdown

# The official discord bot for our [discord](https://sern.dev/discord)
Features:
- Bofa
- Thread support help
- Message triggers
- Autocomplete documentation for our [handler](https://github.com/sern-handler/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](https://github.com/sern-handler/awesome-plugins)
- Submit and review user emojis
- Fetch Issues and Pull Requests from github
- Giveaway system
## How to Build and Run the Sern Community Bot
1. Clone the repository
2. Create your .env file with the bot's token, which can be acquired from a lead developer
3. Run `yarn install` to install all necessary packages (If you do not have yarn installed, first run `npm install --global yarn`)
4. Run `npm run dev` or `npm run start` to build and run the bot