aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar xithrius <[email protected]>2021-02-06 01:25:44 -0800
committerGravatar xithrius <[email protected]>2021-02-06 01:25:44 -0800
commit6d9e17634ac10ce911e68d544a52aaa928298929 (patch)
treef82824183a4a07e32f864c165e5efd21f95910f5
parentModified the dynamic to be bold to catch eyes. (diff)
Reformatted string constant for available help channels.
-rw-r--r--bot/exts/help_channels/_cog.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py
index e9333b9a6..fbfc585a4 100644
--- a/bot/exts/help_channels/_cog.py
+++ b/bot/exts/help_channels/_cog.py
@@ -21,9 +21,7 @@ NAMESPACE = "help"
HELP_CHANNEL_TOPIC = """
This is a Python help channel. You can claim your own help channel in the Python Help: Available category.
"""
-AVAILABLE_HELP_CHANNELS = """
-**Currently available help channel(s):** {available}
-"""
+AVAILABLE_HELP_CHANNELS = """**Currently available help channel(s):** {available}"""
class HelpChannels(commands.Cog):