Prepare for the discord.com domain rename

This commit is contained in:
Rapptz
2020-05-23 21:44:30 -04:00
parent 017591dc9e
commit 66c6be50d8
16 changed files with 33 additions and 33 deletions

View File

@ -50,7 +50,7 @@ async def json_or_text(response):
return text
class Route:
BASE = 'https://discordapp.com/api/v7'
BASE = 'https://discord.com/api/v7'
def __init__(self, method, path, **parameters):
self.path = path