📝 removed references to error codes
This commit is contained in:
@ -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."""
|
||||
|
Reference in New Issue
Block a user