From e6a1f724a3fbf7ea80e0a1ba3419958b2a878498 Mon Sep 17 00:00:00 2001 From: Max Kross Date: Thu, 2 Mar 2023 16:09:12 +0100 Subject: [PATCH] Update README.md The redirect URL has to be http:// not https://. Corrected that in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6ccef3..e0740b1 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. The redirect URL of your App has to be https://localhost:18297. +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 http://localhost:18297. If you require help, feel free to join my >[Discord Server](https://discord.gg/28DQbuwMM2)< and ask your questions <3