diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index 623aee0a0e..9c44c64d94 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -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: