Follow these steps to set up the project:
- Install dependencies:
npm install
- Create a
config.json
file in the root of the project with the following content:
{
"token": "Your_Discord_Bot_Token_Here",
"clientId": "Your_Discord_Client_Id_Here"
}
- Replace
Your_Discord_Bot_Token_Here
andYour_Discord_Client_Id_Here
in theconfig.json
file with your actual Discord bot token and client ID.