1 2 3 4 5 6 7 8 9 10 11 12 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" } ```