First pass at supporting v8 API

This commit is contained in:
Rapptz
2021-04-10 23:24:44 -04:00
parent 7f91ae8b67
commit d85805ab6d
7 changed files with 39 additions and 37 deletions

View File

@@ -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