Update README.md

This commit is contained in:
2025-08-07 02:07:03 +09:00
parent 5be20d6d39
commit 91cac49bdd

View File

@@ -46,9 +46,11 @@ Invite [here](https://discord.com/oauth2/authorize?client_id=1282653874976722944
npm install npm install
``` ```
3. **Create a `.env` file** in the root directory and add your Discord bot token: 3. **Create a `.env` file** in the root directory and add these informations:
``` ```
DISCORD_TOKEN=your_bot_token_here DISCORD_TOKEN=your_bot_token_here
ERROR_LOG_CHANNEL_ID=channel_id_to_send_error_logs
CLIENT_ID=your_bot_client_id
``` ```
## Usage ## Usage