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
commitbb9317d8118704221a7fac24d024a7fd21a3c4bc (patch)
tree0172bc961b4ec0265063a2ede6080a05714342c5
parentMerge branch 'fix/rate_limits' into slowcord (diff)
downloadserver-bb9317d8118704221a7fac24d024a7fd21a3c4bc.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>