📝 removed references to error codes

This commit is contained in:
NikolajDanger
2021-08-20 16:39:44 +02:00
parent f4c485dfe0
commit c7a0c773dc
7 changed files with 50 additions and 51 deletions

View File

@ -145,7 +145,7 @@ class ErrorHandler():
if isinstance(error, discord.errors.NotFound):
self.bot.log("Context is non-existant", level=40)
else:
await ctx.send("Something went wrong (error code 000)")
await ctx.send("Something went wrong")
async def on_error(self, method: str):
"""Log when there's an error."""