Skip to content

Commit

Permalink
Merge pull request #1 from Taarek/patch-1
Browse files Browse the repository at this point in the history
Update base url to discord.com
  • Loading branch information
jnawk authored Aug 30, 2020
2 parents 0118677 + ecb5093 commit 00d82af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quart_discord/configs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DISCORD_API_BASE_URL = "https://discordapp.com/api"
DISCORD_API_BASE_URL = "https://discord.com/api"

DISCORD_AUTHORIZATION_BASE_URL = DISCORD_API_BASE_URL + "/oauth2/authorize"
DISCORD_TOKEN_URL = DISCORD_API_BASE_URL + "/oauth2/token"
Expand Down

0 comments on commit 00d82af

Please sign in to comment.