From 16ef268808545108d89815411978f0c5ca41967b Mon Sep 17 00:00:00 2001 From: ION606 Date: Wed, 14 Sep 2022 18:26:29 -0400 Subject: [PATCH] I changed the wrong url (localhost instead of selmerbot.com) --- calendar.html | 2 +- index.html | 2 +- myGuilds.html | 2 +- premium.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/calendar.html b/calendar.html index 3fb13bc..12d5f71 100644 --- a/calendar.html +++ b/calendar.html @@ -403,7 +403,7 @@ if (window.location.href.indexOf('localhost') != -1) { window.location = 'https://discord.com/api/oauth2/authorize?client_id=926551095352901632&redirect_uri=http%3A%2F%2Flocalhost%3A53134%2F&response_type=token&scope=identify%20guilds'; } else { - window.location = 'https://discord.com/api/oauth2/authorize?client_id=944046902415093760&redirect_uri=http%3A%2F%2Fwww.selmerbot.com%2F&response_type=token&scope=identify%20guilds'; + window.location = 'https://discord.com/api/oauth2/authorize?client_id=944046902415093760&redirect_uri=https%3A%2F%2Fwww.selmerbot.com%2F&response_type=token&scope=identify%20guilds'; } } diff --git a/index.html b/index.html index 270e2f5..460c501 100644 --- a/index.html +++ b/index.html @@ -269,7 +269,7 @@ return 'https://discord.com/api/oauth2/authorize?client_id=926551095352901632&redirect_uri=http%3A%2F%2Flocalhost%3A53134%2F&response_type=token&scope=identify%20guilds'; } else { // return "https://discord.com/api/oauth2/authorize?client_id=944046902415093760&redirect_uri=https%3A%2F%2Fselmer-bot-website.herokuapp.com%2F&response_type=token&scope=identify%20guilds" - return 'https://discord.com/api/oauth2/authorize?client_id=944046902415093760&redirect_uri=http%3A%2F%2Fwww.selmerbot.com%2F&response_type=token&scope=identify%20guilds'; + return 'https://discord.com/api/oauth2/authorize?client_id=944046902415093760&redirect_uri=https%3A%2F%2Fwww.selmerbot.com%2F&response_type=token&scope=identify%20guilds'; } } diff --git a/myGuilds.html b/myGuilds.html index 6fd3642..c3d4fb5 100644 --- a/myGuilds.html +++ b/myGuilds.html @@ -82,7 +82,7 @@ if (window.location.href.indexOf('localhost') != -1) { window.location = 'https://discord.com/api/oauth2/authorize?client_id=926551095352901632&redirect_uri=http%3A%2F%2Flocalhost%3A53134%2F&response_type=token&scope=identify%20guilds'; } else { - window.location = 'https://discord.com/api/oauth2/authorize?client_id=944046902415093760&redirect_uri=http%3A%2F%2Fwww.selmerbot.com%2F&response_type=token&scope=identify%20guilds'; + window.location = 'https://discord.com/api/oauth2/authorize?client_id=944046902415093760&redirect_uri=https%3A%2F%2Fwww.selmerbot.com%2F&response_type=token&scope=identify%20guilds'; } } diff --git a/premium.html b/premium.html index 41acd2b..c544323 100644 --- a/premium.html +++ b/premium.html @@ -182,7 +182,7 @@ return 'https://discord.com/api/oauth2/authorize?client_id=926551095352901632&redirect_uri=http%3A%2F%2Flocalhost%3A53134%2F&response_type=token&scope=identify%20guilds'; } else { // return "https://discord.com/api/oauth2/authorize?client_id=944046902415093760&redirect_uri=https%3A%2F%2Fselmer-bot-website.herokuapp.com%2F&response_type=token&scope=identify%20guilds" - return 'https://discord.com/api/oauth2/authorize?client_id=944046902415093760&redirect_uri=http%3A%2F%2Fwww.selmerbot.com%2F&response_type=token&scope=identify%20guilds'; + return 'https://discord.com/api/oauth2/authorize?client_id=944046902415093760&redirect_uri=https%3A%2F%2Fwww.selmerbot.com%2F&response_type=token&scope=identify%20guilds'; } }