aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMango0x45 <dogelikestopkekmemes@gmail.com>2020-06-25 11:57:01 +0000
committerMango0x45 <dogelikestopkekmemes@gmail.com>2020-06-25 11:57:01 +0000
commit5b2e87ce8119309632d808517863bb068891684a (patch)
treeebaf2cccce5bf5555f308ab922156ed68222b00d /readme.md
parent91b46dd095d5c55ae8f71b54f4da027933098e18 (diff)
downloadsteve-bot-5b2e87ce8119309632d808517863bb068891684a.tar
steve-bot-5b2e87ce8119309632d808517863bb068891684a.tar.gz
steve-bot-5b2e87ce8119309632d808517863bb068891684a.tar.bz2
steve-bot-5b2e87ce8119309632d808517863bb068891684a.tar.lz
steve-bot-5b2e87ce8119309632d808517863bb068891684a.tar.xz
steve-bot-5b2e87ce8119309632d808517863bb068891684a.tar.zst
steve-bot-5b2e87ce8119309632d808517863bb068891684a.zip
Updated readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 3260466..f1c839b 100644
--- a/readme.md
+++ b/readme.md
@@ -16,12 +16,12 @@ A few "dangerous" commands such as `!purge` are restriced to `bot_masters`, to a
```json
{
"token": "your_bot_token",
- "bot_masters": 280428276810383370
+ "bot_masters": <users_discord_id>
}
```
You can also use lists, for example: `"bot_masters": [280428276810383370, 99457716614885376]`
-Once you add yourself as a botmaster, you will be able to edit the config via discord with the command `!setvar <var_name> <var_value>`
+A user added as a botmaster will be able to edit the config via discord with the command `!setvar <var_name> <var_value>`
`!setvar` also supports lists which can be added like so: `!setvar <var_name> [<index 0>, <index 1>]`
This bot was built as a fork of [celesteBot](https://github.com/CelesteClassic/celestebot), so a lot of code is recycled.