aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com>2020-08-19 12:14:28 +0000
committerMango0x45 <thomasvoss@live.com>2020-08-19 12:14:28 +0000
commitfe426b2f2ca56edfd949bd6e8778ffdd1d418f84 (patch)
treea38c044742e83695c27ab2fccbe930738c28e8c1
parent2690371183f70ab6b6912a29aa47589a202caac5 (diff)
downloadsteve-bot-fe426b2f2ca56edfd949bd6e8778ffdd1d418f84.tar
steve-bot-fe426b2f2ca56edfd949bd6e8778ffdd1d418f84.tar.gz
steve-bot-fe426b2f2ca56edfd949bd6e8778ffdd1d418f84.tar.bz2
steve-bot-fe426b2f2ca56edfd949bd6e8778ffdd1d418f84.tar.lz
steve-bot-fe426b2f2ca56edfd949bd6e8778ffdd1d418f84.tar.xz
steve-bot-fe426b2f2ca56edfd949bd6e8778ffdd1d418f84.tar.zst
steve-bot-fe426b2f2ca56edfd949bd6e8778ffdd1d418f84.zip
Fixed spacing
Diffstat (limited to '')
-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>
}
}
```