From 91cac49bdde9f9274b4399a28eee9ed0ccec1c86 Mon Sep 17 00:00:00 2001 From: yeongaori Date: Thu, 7 Aug 2025 02:07:03 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e9571..9728403 100755 --- a/README.md +++ b/README.md @@ -46,9 +46,11 @@ Invite [here](https://discord.com/oauth2/authorize?client_id=1282653874976722944 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 + ERROR_LOG_CHANNEL_ID=channel_id_to_send_error_logs + CLIENT_ID=your_bot_client_id ``` ## Usage