mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Remove vestigial code
This commit is contained in:
parent
e399050bd0
commit
4b43b4ea6a
1 changed files with 2 additions and 3 deletions
|
@ -7,12 +7,10 @@ async def send_error(ctx, error):
|
||||||
await ctx.send('{}\n```\n{}```'.format(base, error))
|
await ctx.send('{}\n```\n{}```'.format(base, error))
|
||||||
|
|
||||||
|
|
||||||
# class NSFW(errext.CheckFailure):
|
|
||||||
# pass
|
|
||||||
|
|
||||||
class Remove(Exception):
|
class Remove(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class SizeError(Exception):
|
class SizeError(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@ -46,6 +44,7 @@ class Save(Exception):
|
||||||
self.user = user
|
self.user = user
|
||||||
self.message = message
|
self.message = message
|
||||||
|
|
||||||
|
|
||||||
class GoTo(Exception):
|
class GoTo(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue