diff --git a/forums/forums.py b/forums/forums.py index 4f57241..e811e12 100644 --- a/forums/forums.py +++ b/forums/forums.py @@ -171,7 +171,7 @@ class Forums(commands.Cog): @resolvedset.command(name="channel") async def resolvedset_channel(self, ctx: commands.Context, channel: discord.abc.GuildChannel): - """Sets the forums channel used by the [p]resolved command.""" + """Sets the channel used by the [p]resolved command.""" if isinstance(channel, discord.ForumChannel): await self.config.guild(ctx.guild).forum_channel.set(channel.id) await ctx.send(f"Forum channel has been set to {channel.mention}.")