aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-20 20:17:40 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-20 20:17:40 -0400
commit354a658cc3ec8c8c15232c70eb348a9bc73f95a0 (patch)
treeedfa44fbf3b370831f57b43db8246539ead12109 /README.md
parentf352357df92d7d74a1c3e3bab79f24634dff8d32 (diff)
downloadDLAP-354a658cc3ec8c8c15232c70eb348a9bc73f95a0.tar.gz
DLAP-354a658cc3ec8c8c15232c70eb348a9bc73f95a0.tar.bz2
DLAP-354a658cc3ec8c8c15232c70eb348a9bc73f95a0.zip
Made the status channel customizable
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index af39e22..d39ebaa 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@ Make a new file called `config.json`
"token": "token_here",
"prefix": "!",
"voiceChannel": "voice_channel_id",
- "botOwner": "your_user_id_here"
+ "botOwner": "your_user_id_here",
+ "statusChannel": "channel_id"
}
```