diff --git a/forums/forums.py b/forums/forums.py index 5a833b9..36cedfb 100644 --- a/forums/forums.py +++ b/forums/forums.py @@ -103,7 +103,7 @@ class Forums(commands.Cog): options.append(discord.SelectOption(label=tag.name, emoji=emoji, description="")) return options - @forumsconfig.command() + @forumsconfig.command(name="tagset") async def forumsconfig_tag_set(self, ctx, channel: discord.ForumChannel): # Create select options from the proxy data options = self.create_select_options(ctx, channel.available_tags)