Adding tutorial How to get genius token

This commit is contained in:
Mylloon 2021-07-29 12:12:39 +02:00
parent 56be762445
commit b70d5c5055

View file

@ -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).