diff --git a/forums/forums.py b/forums/forums.py index bcbf8e9..02722bb 100644 --- a/forums/forums.py +++ b/forums/forums.py @@ -34,6 +34,7 @@ class Forums(commands.Cog): await msg.edit(view=self.ResolvedButtons(timeout=180, passed_info=passed_info)) else: await ctx.message.add_reaction("❌") + await ctx.message.delete(5) class ResolvedButtons(ui.View): def __init__(self, timeout, passed_info: dict):