From 66c6be50d8ac5d401a658c757c5f1ccb454c798b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 23 May 2020 21:44:30 -0400 Subject: Prepare for the discord.com domain rename --- discord/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/http.py') diff --git a/discord/http.py b/discord/http.py index 7f249640..d022286f 100644 --- a/discord/http.py +++ b/discord/http.py @@ -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 -- cgit v1.2.3