From 456c795f756d0ab166fe0c4d03e67f6783a01731 Mon Sep 17 00:00:00 2001 From: Dylan Dizon Date: Tue, 6 Nov 2018 13:23:55 -0500 Subject: [PATCH] Test exception output for reverse command --- src/cogs/booru.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cogs/booru.py b/src/cogs/booru.py index edd7bbc..094f6d4 100644 --- a/src/cogs/booru.py +++ b/src/cogs/booru.py @@ -430,9 +430,9 @@ class MsG: except exc.SizeError as e: await ctx.send(f'`{e}` **too large.** Maximum is 8 MB') await ctx.message.add_reaction('\N{CROSS MARK}') - except Exception: - await ctx.send('**The image database is offline.** Please try again later') - await ctx.message.add_reaction('\N{CROSS MARK}') + # except Exception: + # await ctx.send('**The image database is offline.** Please try again later') + # await ctx.message.add_reaction('\N{CROSS MARK}') @cmds.command(name='reversify', aliases=['revify', 'risify', 'rify']) async def reversify(self, ctx, *args):