summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-02 19:10:14 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-02 19:10:14 +1000
commit4ef89bc5dff02efc5274b34938288f186fc133f4 (patch)
tree21daaada36121f86879f38e316db317b0f22f917
parentMerge branch 'fix/rate_limits' into slowcord (diff)
downloadserver-4ef89bc5dff02efc5274b34938288f186fc133f4.tar.xz
Update oauth url
-rw-r--r--slowcord/public/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/slowcord/public/login.html b/slowcord/public/login.html

index e53dfde9..586e7c61 100644 --- a/slowcord/public/login.html +++ b/slowcord/public/login.html
@@ -122,7 +122,7 @@ <a id="loginDiscord" class="oauth" - href="https://discord.com/api/oauth2/authorize?client_id=990585211966324806&redirect_uri=https%3A%2F%2Fslowcord.maddy.k.vu%2Foauth%2Fdiscord&response_type=code&scope=identify%20email"> + href="https://discord.com/api/oauth2/authorize?client_id=991688571415175198&redirect_uri=https%3A%2F%2Fslowcord.maddy.k.vu%2Foauth%2Fdiscord&response_type=code&scope=identify%20email"> Login with Discord </a> </form>