aboutsummaryrefslogtreecommitdiff
path: root/discord/http.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/http.py')
-rw-r--r--discord/http.py2
1 files changed, 1 insertions, 1 deletions
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