diff --git a/forums/forums.py b/forums/forums.py index 4b5b7b4..7d61663 100644 --- a/forums/forums.py +++ b/forums/forums.py @@ -17,7 +17,7 @@ class Forums(commands.Cog): ) @commands.command() - async def resolved(self, ctx: commands.Context, reason: str = None): + async def resolved(self, ctx: commands.Context, *, reason: str = None): """Marks a thread as resolved.""" if isinstance(ctx.channel, discord.Thread) and ctx.channel.parent_id == await self.config.guild(ctx.guild).forum_channel(): request_role_ids = await self.config.guild(ctx.guild).request_roles()