A discord bot to save how many times a user says the N-Word in a server, and display the total via command.
To run this project locally, you have to install Bun in your machine.
First, install the dependencies of the project with the following command:
bun install
Then, create a .env
file with the values showed in the .env.example
file.
Run the project by executing the following command:
bun start
# or
bun start:dev