fix: Add missing permission wards.

This commit is contained in:
2023-08-16 23:25:12 +03:00
parent 41c0f2d094
commit fde42226ed
5 changed files with 11 additions and 5 deletions

View File

@@ -196,7 +196,7 @@ class LionBot(Bot):
extra={'action': 'BotError', 'with_ctx': True}
)
try:
await ctx.error_rely(exception.message)
await ctx.error_reply(exception.message)
except Exception:
pass
except Exception: