aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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