rewrite: Small bugfixes.

This commit is contained in:
2023-05-14 12:33:05 +03:00
parent e3ee2ed866
commit 6683d27dfd
3 changed files with 19 additions and 8 deletions

View File

@@ -757,6 +757,6 @@ class TasklistCog(LionCog):
if ctx.channel.id not in TasklistConfigUI._listening or not ctx.interaction.response.is_done():
# Launch setting group UI
configui = TasklistConfigUI(self.bot, self.settings, ctx.guild.id, ctx.channel.id)
configui = TasklistConfigUI(self.bot, ctx.guild.id, ctx.channel.id)
await configui.run(ctx.interaction)
await configui.wait()