From 71afa9630d93b9c797a932e7496bf54d2858cd87 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 8 Sep 2023 14:00:38 -0400 Subject: [PATCH] misc(forums): removed useless helpstring --- forums/forums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forums/forums.py b/forums/forums.py index f4b8bfa..4f57241 100644 --- a/forums/forums.py +++ b/forums/forums.py @@ -109,7 +109,7 @@ class Forums(commands.Cog): if role_obj: already_in_list.append(role_obj.mention) if already_in_list: - roles_list = "**Allowed Roles**:\n" + "\n".join(already_in_list) + f"\nUse `{command} add` to add roles to this list.\nUse `{command} remove` to remove roles from this 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." tag_str = None