mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Added WIP NSFW exception
This commit is contained in:
parent
bd48744321
commit
918a2229db
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue