fix(forums): added a name for a config command
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
a90fc5b878
commit
491b2790dc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue