fix(forums): forumtag now is outputted as a name
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
d36f42e8b9
commit
007fdac361
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class Forums(commands.Cog):
|
|||
# Create select options from the proxy data
|
||||
options = self.create_select_options(ctx, channel.available_tags)
|
||||
config = Config.get_conf(None, cog_name='Forums', identifier=2352711325)
|
||||
tag = config.guild(ctx.guild).forum_tag()
|
||||
tag = config.guild(ctx.guild).forum_tag().name
|
||||
msg = await ctx.send(f"Forum tag is currently set to `{tag}`.")
|
||||
await msg.edit(view=SelectView(msg, options))
|
||||
|
||||
|
|
Loading…
Reference in a new issue