Browse Source

Fix hread typo

pull/10109/head
dolfies 2 years ago
parent
commit
bea744bf1d
  1. 2
      discord/webhook/sync.py

2
discord/webhook/sync.py

@ -1158,7 +1158,7 @@ class SyncWebhook(BaseWebhook):
------------
message_id: :class:`int`
The message ID to delete.
hread: :class:`~discord.abc.Snowflake`
thread: :class:`~discord.abc.Snowflake`
The thread the webhook message belongs to.
.. versionadded:: 2.0

Loading…
Cancel
Save