mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Fix formatting issue in webhook
This commit is contained in:
parent
4dd5cc2bc9
commit
85ad33eb35
@ -1368,7 +1368,12 @@ class Webhook(BaseWebhook):
|
||||
)
|
||||
elif self.token:
|
||||
await adapter.delete_webhook_with_token(
|
||||
self.id, self.token, session=self.session, proxy=self.proxy, proxy_auth=self.proxy_auth, reason=reason,
|
||||
self.id,
|
||||
self.token,
|
||||
session=self.session,
|
||||
proxy=self.proxy,
|
||||
proxy_auth=self.proxy_auth,
|
||||
reason=reason,
|
||||
)
|
||||
|
||||
async def edit(
|
||||
|
Loading…
x
Reference in New Issue
Block a user