You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taaku18
changed the title
[BUG]: your bug report title
[BUG]: module 'discord' has no attribute 'BadArgument' when forwarding reaction fails
Dec 8, 2022
Bot Version
v2.0.1
How are you hosting Modmail?
Other
Error Logs
N/A (see error below)
Screenshots
No response
Additional Information
Relevant traceback:
This occurs when the bot fails to forward an reaction.
To fix: change
discord.BadArgument
toTypeError
as that's the correct potential exception (src).Code: https://github.com/kyb3r/modmail/blame/master/bot.py#L882
The text was updated successfully, but these errors were encountered: