From 491b2790dcd8e014c67e9731d219cb13c2b8bfe1 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 1 Sep 2023 22:05:32 -0400 Subject: [PATCH] fix(forums): added a name for a config command --- forums/forums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)