diff options
author | Mango0x45 <thomasvoss@live.com> | 2020-08-19 12:14:28 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2020-08-19 12:14:28 +0000 |
commit | fe426b2f2ca56edfd949bd6e8778ffdd1d418f84 (patch) | |
tree | a38c044742e83695c27ab2fccbe930738c28e8c1 /readme.md | |
parent | 2690371183f70ab6b6912a29aa47589a202caac5 (diff) | |
download | steve-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-x | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> } } ``` |