From 5eceb484f3d53dee8c5df50315b3c3303eb17269 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 8 Sep 2023 14:10:11 -0400 Subject: [PATCH] misc(forums): changed formatting in resolvedset show --- forums/forums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forums/forums.py b/forums/forums.py index e12b6d2..513487f 100644 --- a/forums/forums.py +++ b/forums/forums.py @@ -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)