diff options
| author | Rapptz <[email protected]> | 2021-04-10 23:24:44 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-11 00:39:13 -0400 |
| commit | d85805ab6d7a077db303c2bf1670c4948455f3ab (patch) | |
| tree | 0b1fe33a616f5bd8e4a030d9633014223d5bd15b /discord/webhook.py | |
| parent | [commands] use __args__ and __origin__ where applicable (diff) | |
| download | discord.py-d85805ab6d7a077db303c2bf1670c4948455f3ab.tar.xz discord.py-d85805ab6d7a077db303c2bf1670c4948455f3ab.zip | |
First pass at supporting v8 API
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 |