fix(forums): attempting a fix to tagset
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
4fb42065b4
commit
85411ef585
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class Forums(commands.Cog):
|
|||
options = self.create_select_options(ctx, channel.available_tags)
|
||||
config = Config.get_conf(None, cog_name='Forums', identifier=2352711325)
|
||||
tag = channel.get_tag(await config.guild(ctx.guild).forum_tag())
|
||||
msg = await ctx.send(f"Forum tag is currently set to `{tag}`.")
|
||||
msg = await ctx.send(f"Forum tag is currently set to `{str(tag)}`.")
|
||||
await msg.edit(view=SelectView(msg, options))
|
||||
|
||||
class Select(ui.Select):
|
||||
|
|
Loading…
Reference in a new issue