Adding tutorial How to get genius token
This commit is contained in:
parent
56be762445
commit
b70d5c5055
1 changed files with 2 additions and 1 deletions
|
@ -22,9 +22,10 @@ docker run -d \
|
|||
```
|
||||
|
||||
To find reddit tokens, go to [this site](https://www.reddit.com/prefs/apps) and here are the instructions: ![instructions](https://i.imgur.com/tEzYKDA.png)
|
||||
|
||||
*redirection uri (for copy/paste) : http://localhost:8080*
|
||||
|
||||
To find Genius token, go to [this site](https://genius.com/api-clients), `login to your account` and on the left select `New API Client`. Fill the field with what you want then click `Save`. Now your token is the `CLIENT ACCESS TOKEN`.
|
||||
|
||||
## __Add the bot to your server__
|
||||
|
||||
- In the [Discord Dev Portal](https://discord.com/developers/applications) create an application, and make sure it's a `Bot` (third tab).
|
||||
|
|
Reference in a new issue