diff --git a/forums/forums.py b/forums/forums.py index 58c4c92..89eb2af 100644 --- a/forums/forums.py +++ b/forums/forums.py @@ -13,6 +13,7 @@ class Forums(commands.Cog): request_roles = [] ) + @commands.command() async def resolved(self, ctx: commands.Context): """Marks a thread as resolved.""" channel = ctx.channel