diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 16:09:35 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 16:09:35 -0400 |
| commit | 2c4a38fa4b41023f7f59cdce5242cb440751dbd0 (patch) | |
| tree | 2beb8435b837b53fef10ec84a56172051ddff2b1 /README.md | |
| parent | a0ce13991b61b246f5018f0c380595ec1c6dfed3 (diff) | |
| download | DLAP-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.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
