From 663d71831dcafed974034899fa8d0509f568de08 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 1 Sep 2023 19:42:11 -0400 Subject: [PATCH] =?UTF-8?q?fix(forums):=20I=20forgot=20to=20mark=20a=20com?= =?UTF-8?q?mand=20with=20a=20command=20decorator=20=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- forums/forums.py | 1 + 1 file changed, 1 insertion(+) 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