From 2c4a38fa4b41023f7f59cdce5242cb440751dbd0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Jul 2020 16:09:35 -0400 Subject: Now you must add more stuff in the config.json file now --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3