small fix, still doesnt work

This commit is contained in:
TheTechRobo 2021-06-18 19:27:18 -04:00
parent fd9ee5f68e
commit 2269d542f9
1 changed files with 0 additions and 1 deletions

1
bot.py
View File

@ -125,7 +125,6 @@ async def on_command_error(ctx, error):
message = message.format(**i)
except (KeyError, AttributeError):
continue
await ctx.send(f"_{error}_")
if isinstance(error, hypierror.HypixelApiDown):
message = _("⚠️ Oops! ⚠️\nWe couldn't contact the hypixel API. Is the service down?")
else: