Skip to content

Commit

Permalink
docs: update exception cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorukyum authored and Lulalaby committed Jan 22, 2024
1 parent 8ccc4cf commit c658028
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion discord/webhook/async_.py
Expand Up @@ -1715,7 +1715,8 @@ async def send(
InvalidArgument
Either there was no token associated with this webhook, ``ephemeral`` was passed
with the improper webhook type, there was no state attached with this webhook when
giving it a view, or you specified both ``thread_name`` and ``thread``.
giving it a view, you specified both ``thread_name`` and ``thread``, or ``applied_tags``
was passed with neither ``thread_name`` nor ``thread`` specified.
"""

if self.token is None:
Expand Down

0 comments on commit c658028

Please sign in to comment.