diff options
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 |
