Skip to content

Commit

Permalink
chore: doc mistakes
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
  • Loading branch information
didinele and vladfrangu committed May 8, 2023
1 parent 2448062 commit 92bc6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redis-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Set up an `.env` file:
```
REDIS_URL=redis://localhost:6379
DISCORD_TOKEN=your-token-here
DISCORD_PROXY_URL=htt://localhost:8080 # if you want to use an HTTP proxy for DAPI calls (optional)
DISCORD_PROXY_URL=http://localhost:8080 # if you want to use an HTTP proxy for Discord API calls (optional)
INTENTS=0 # intents to use (optional, defaults to none)
SHARD_COUNT=1 # number of total shards your bot should be running (optional, defaults to Discord recommended count)
SHARD_IDS=0 # comma-separated list of shard IDs to run (optional, defaults to all shards)
Expand Down

0 comments on commit 92bc6d8

Please sign in to comment.