From e77a341d7e81a331a8cef6b5d000715b5108cb52 Mon Sep 17 00:00:00 2001 From: Max Kross Date: Tue, 21 Feb 2023 21:19:30 +0100 Subject: [PATCH] Update README.md clarified that the redirect URL has to be localhost:18297 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b79898..c6ccef3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # GIFT Godot IRC For Twitch addon -To use this plugin, you need to create a new application on dev.twitch.tv to get a client ID and a client secret. +To use this plugin, you need to create a new application on dev.twitch.tv to get a client ID and a client secret. The redirect URL of your App has to be https://localhost:18297. If you require help, feel free to join my >[Discord Server](https://discord.gg/28DQbuwMM2)< and ask your questions <3