From b70d5c5055dd445061de8b9028b07bc0a9132030 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 29 Jul 2021 12:12:39 +0200 Subject: [PATCH] Adding tutorial How to get genius token --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7b08dd..b5309cc 100644 --- a/README.md +++ b/README.md @@ -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).