This is the main Discord bot for the server. It handles events that happen in the server. It also handles the slash commands.
We use Discord.js to handle Discord events. (message, guildMemberAdd, etc.) See the Events documentation for more information.
To install the project, follow these steps:
- Clone the repository
- Start the application with
make
command.
NPM Dependencies
will be installed automatically if they are not already installed.