1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-23 22:27:27 +00:00

Added WIP NSFW exception

This commit is contained in:
Myned 2017-11-08 22:32:48 -05:00
parent bd48744321
commit 918a2229db

View file

@ -5,6 +5,10 @@ async def send_error(ctx, error):
await ctx.send('{}\n```\n{}```'.format(base, error))
# class NSFW(errext.CheckFailure):
# pass
class Wrong(Exception):
pass