mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Test exception output for reverse command
This commit is contained in:
parent
1a014d4425
commit
456c795f75
1 changed files with 3 additions and 3 deletions
|
@ -430,9 +430,9 @@ class MsG:
|
||||||
except exc.SizeError as e:
|
except exc.SizeError as e:
|
||||||
await ctx.send(f'`{e}` **too large.** Maximum is 8 MB')
|
await ctx.send(f'`{e}` **too large.** Maximum is 8 MB')
|
||||||
await ctx.message.add_reaction('\N{CROSS MARK}')
|
await ctx.message.add_reaction('\N{CROSS MARK}')
|
||||||
except Exception:
|
# except Exception:
|
||||||
await ctx.send('**The image database is offline.** Please try again later')
|
# await ctx.send('**The image database is offline.** Please try again later')
|
||||||
await ctx.message.add_reaction('\N{CROSS MARK}')
|
# await ctx.message.add_reaction('\N{CROSS MARK}')
|
||||||
|
|
||||||
@cmds.command(name='reversify', aliases=['revify', 'risify', 'rify'])
|
@cmds.command(name='reversify', aliases=['revify', 'risify', 'rify'])
|
||||||
async def reversify(self, ctx, *args):
|
async def reversify(self, ctx, *args):
|
||||||
|
|
Loading…
Reference in a new issue