aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0260dd8b59094aaa7dedd93d85129e987874ba72 (plain) (blame)
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"
}
```