fix: Minor UI fixes.

This commit is contained in:
2023-08-16 12:32:45 +03:00
parent 2cc90375c7
commit 0904b2deb7
5 changed files with 11 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ class MetaCog(LionCog):
)
)
async def help_cmd(self, ctx: LionContext):
await ctx.interaction.response.defer(thinking=True, ephemeral=True)
ui = HelpUI(
ctx.bot,
ctx.author,