aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xreadme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 245abe1..ec71e6c 100755
--- a/readme.md
+++ b/readme.md
@@ -8,9 +8,9 @@ Install the dependencies with `python -m pip install -r requirements.txt`
A few "dangerous" commands such as `!purge` are restriced to `bot_masters`, to add a bot master add it to `config.json`. Example:
```json
{
- "token": "your_bot_token",
+ "token": "your_bot_token",
"<guild_id>": {
- "bot_masters": <users_discord_id>
+ "bot_masters": <users_discord_id>
}
}
```