Skip to content

Commit 723c165

Browse files
authored
Update README.md
Formatted README and made clearer
1 parent 003fab6 commit 723c165

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

README.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,26 @@ This discord bot is for a raspberry pi. Read Installation and Configuration sect
33

44
# Installation
55
To install you here is what you need installed:
6-
Installed through apt-get:
7-
`openssl and/or libssl-dev`
8-
`python3.5` with `pip`
9-
`libffi-dev`
6+
7+
Installed through apt-get:
8+
`openssl` and/or `libssl-dev`
9+
`python3.5` with `pip`
10+
`libffi-dev`
1011
`ffmpeg`
11-
Installed through pip:
12-
`youtube_dl`
13-
`discord.py[voice]`
14-
`googleapiclient`
12+
13+
Installed through pip:
14+
`youtube_dl`
15+
`discord.py[voice]`
16+
`google-api-python-client`
1517

1618
# Configuration
17-
So in order to create your bot go to https://discordapp.com and log in. Then go to https://discordapp.com/developers and create a new application. Once you give it a name, you should be able to make it a bot. This should allow you to get the token that is asked for in the `config` file. To make your bot join your server go to https://discordapp.com/oauth2/authorize?client_id=CLIENT_ID&scope=bot but with `CLIENT_ID` replaced with the Client ID found on the same page you found the token.
19+
So in order to create your bot go to https://discordapp.com and log in.
20+
Then go to https://discordapp.com/developers and create a new application.
21+
Once you give it a name, click Create a Bot User.
22+
This should allow you to get the token that is asked for in the `config` file.
23+
24+
To make your bot join your server go to https://discordapp.com/oauth2/authorize?client_id=CLIENT_ID&scope=bot but with `CLIENT_ID` replaced with the Client ID found on the same page you found the token.
1825

19-
In order to get the music channel id, you must first set discord in developer mode. Then right click on the voice channel you want to set as the music channel, and click copy id. This is the number you put in the `config` file
26+
In order to get the music channel id, you must first set discord in developer mode.
27+
Then right click on the voice channel you want to set as the music channel, and click copy id.
28+
This is the number you put in the `config` file

0 commit comments

Comments
 (0)