aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-20 20:35:46 -0400
committerGitHub <noreply@github.com>2020-07-20 20:35:46 -0400
commitbf01a9299fe075d5ba6fc0a8e827256889302965 (patch)
tree4e275936dc83987073928ccbd1c7abcaf894f78f /README.md
parentb9175ef6eba3e67d51ad47ddfa61b51cf4db6a0e (diff)
downloadDLAP-bf01a9299fe075d5ba6fc0a8e827256889302965.tar.gz
DLAP-bf01a9299fe075d5ba6fc0a8e827256889302965.tar.bz2
DLAP-bf01a9299fe075d5ba6fc0a8e827256889302965.zip
Update README.md
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 91841ee..e91524d 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ Make a new file called `config.json`.
{
"token": "token_here",
"prefix": "!",
- "voiceChannel": "voice_channel_id",
"botOwner": "your_user_id_here",
- "statusChannel": "channel_id"
+ "statusChannel": "channel_id",
+ "voiceChannel": "voice_channel_id"
}
```