# 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" } ``` # Help Command ``` Public Only ----------- help - Displays commands ping - Pong! git - Links to the source repo about - About the bot Bot Owner Only -------------- join - Joins voice chat leave - Leaves voice chat stop - Stops bot ```