Modmail icon indicating copy to clipboard operation
Modmail copied to clipboard

Skip check errors

Open Atharv-Agarwal opened this issue 2 years ago • 1 comments

Bot Version

dev14

How are you hosting Modmail?

Other

Error Logs

https://hastebin.cc/gubamibako

Screenshots

The jsk exec command to bypass checks fails. seems like an issue with modmail using it here https://github.com/kyb3r/modmail/blob/77489be6a21cf4befeab1dc7fa2c2d2098104cbc/bot.py#L1102

not sure, didnt have this issue before

Additional Information

No response

Atharv-Agarwal avatar Jun 23 '22 05:06 Atharv-Agarwal

Yes. discord.ext.commands.Bot used to have the ._skip_check method and it has been removed. This has been fixed in ModmailBot.get_contexts method with: https://github.com/kyb3r/modmail/blob/77489be6a21cf4befeab1dc7fa2c2d2098104cbc/bot.py#L983 but not in the ModmailBot.get_context (without s).

Maybe create a PR to fix that as well. 😃

Jerrie-Aries avatar Jun 23 '22 07:06 Jerrie-Aries