misc(forums): changed formatting in resolvedset show
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Seaswimmer 2023-09-08 14:10:11 -04:00
parent 98243dcf69
commit 5eceb484f3
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -111,7 +111,7 @@ class Forums(commands.Cog):
if already_in_list:
roles_list = "**Allowed Roles**:\n" + "\n".join(already_in_list)
else:
roles_list = f"No roles are currently in the allowed roles list.\nUse `{command} add` to add some."
roles_list = f"No roles are currently in the allowed roles list.\n- Use `{command} add` to add some."
tag_str = None
if channel_id is not None:
channel_obj = ctx.guild.get_channel(channel_id)