Browse Source

Fix WebhookMessages docstrings

Silly danno
pull/6153/head
Steve C 4 years ago
committed by GitHub
parent
commit
bde5bb5d5c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      discord/webhook.py

4
discord/webhook.py

@ -490,7 +490,7 @@ class WebhookMessage(Message):
Forbidden
You do not have proper permissions to delete the message.
NotFound
The message was deleted already
The message was deleted already.
HTTPException
Deleting the message failed.
"""
@ -1080,7 +1080,7 @@ class Webhook(Hashable):
Parameters
------------
message_id: :class:`int`
The message ID to edit.
The message ID to delete.
Raises
-------

Loading…
Cancel
Save