Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 503 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 503 Bytes

@CodesaursX/nword-counter-bot

A discord bot to save how many times a user says the N-Word in a server, and display the total via command.

Run Locally

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