First pass at supporting v8 API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user