mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-11-05 10:44:52 +00:00
Ignore unknown command error logging
This commit is contained in:
parent
48a22c5fa8
commit
31e712be86
|
|
@ -130,6 +130,7 @@ async def on_command_error(ctx, error):
|
||||||
|
|
||||||
log.error(err_msg)
|
log.error(err_msg)
|
||||||
|
|
||||||
|
if not isinstance(error, commands.CommandNotFound):
|
||||||
err_msg = bot.escape_message(err_msg)
|
err_msg = bot.escape_message(err_msg)
|
||||||
await bot.botlog_channel.send(err_msg)
|
await bot.botlog_channel.send(err_msg)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue