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