From d85805ab6d7a077db303c2bf1670c4948455f3ab Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 10 Apr 2021 23:24:44 -0400 Subject: First pass at supporting v8 API --- discord/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/webhook.py') diff --git a/discord/webhook.py b/discord/webhook.py index 43d56319..fd4cd54f 100644 --- a/discord/webhook.py +++ b/discord/webhook.py @@ -152,7 +152,7 @@ class WebhookAdapter: The webhook that owns this adapter. """ - BASE = 'https://discord.com/api/v7' + BASE = 'https://discord.com/api/v8' def _prepare(self, webhook): self._webhook_id = webhook.id -- cgit v1.2.3