Skip to content

Commit 6ffa6cd

Browse files
committed
docs: Environment variables fix
1 parent bd1aa26 commit 6ffa6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ To configure the bot for local development you simply need to drop your discord
1919
The contents should look something like:
2020

2121
```ini
22-
discord_token=<your-token-goes-here>
23-
guild_id=<your-guild-id-goes-here>
22+
DISCORD_TOKEN=<your-token-goes-here>
23+
GUILD_ID=<your-guild-id-goes-here>
2424
```
2525

2626
See: https://www.writebots.com/discord-bot-token/

0 commit comments

Comments
 (0)