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

Loading…
Cancel
Save