aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-20 16:09:35 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-20 16:09:35 -0400
commit2c4a38fa4b41023f7f59cdce5242cb440751dbd0 (patch)
tree2beb8435b837b53fef10ec84a56172051ddff2b1 /README.md
parenta0ce13991b61b246f5018f0c380595ec1c6dfed3 (diff)
downloadDLAP-2c4a38fa4b41023f7f59cdce5242cb440751dbd0.tar.gz
DLAP-2c4a38fa4b41023f7f59cdce5242cb440751dbd0.tar.bz2
DLAP-2c4a38fa4b41023f7f59cdce5242cb440751dbd0.zip
Now you must add more stuff in the config.json file now
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 77d47a3..0260dd8 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,13 @@
# Project Jul-2020 Discord Bot
Discord bot made for Alee's birthday in voice chat
+
+# Configuration
+Make a new file called `config.json`
+```
+{
+ "token": "token_here",
+ "prefix": "!",
+ "voiceChannel": "voice_channel_id",
+ "botOwner": "your_id_here"
+}
+``` \ No newline at end of file