aboutsummaryrefslogtreecommitdiff
path: root/discord/webhook.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-04-10 23:24:44 -0400
committerRapptz <[email protected]>2021-04-11 00:39:13 -0400
commitd85805ab6d7a077db303c2bf1670c4948455f3ab (patch)
tree0b1fe33a616f5bd8e4a030d9633014223d5bd15b /discord/webhook.py
parent[commands] use __args__ and __origin__ where applicable (diff)
downloaddiscord.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.py2
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