Skip to content

Commit

Permalink
Update base url to discord.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Taarek authored Aug 30, 2020
1 parent 0118677 commit ecb5093
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 ecb5093

Please sign in to comment.