diff options
Diffstat (limited to 'discord/webhook.py')
| -rw-r--r-- | discord/webhook.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |