fix(forums): added a name for a config command
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Seaswimmer 2023-09-01 22:05:32 -04:00
parent a90fc5b878
commit 491b2790dc
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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)