aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c03e1990be487143b5597e32fbe7b95455fbcc23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
```