Follow these steps to install and set up the Bot
Install the necessary Node.js packages:
npm install
# or
yarn install
Rename .env.example
to .env
in your project root and fill in your details:
The CLIENT_ID
can be found in your Bot Application under OAuth2.
CLIENT_TOKEN=your_discord_bot_token
CLIENT_ID=your_discord_client_id
GUILD_ID=your_discord_guild_id
Use the following commands to compile and start your bot:
npm run start
# or
yarn start