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):