aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-03-22 14:40:21 -0700
committerGravatar MarkKoz <[email protected]>2020-03-22 15:54:44 -0700
commit19b31434115d54f814f5d17a34a647c27cce536c (patch)
tree853f70c341be54ed4480112c6425e9239e4e4715
parentResources: add newline to end of elements.json (diff)
HelpChannels: write channel topics
-rw-r--r--bot/cogs/help_channels.py18
1 files changed, 14 insertions, 4 deletions
diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py
index 973e6369a..7f169fe59 100644
--- a/bot/cogs/help_channels.py
+++ b/bot/cogs/help_channels.py
@@ -19,13 +19,23 @@ from bot.utils.scheduling import Scheduler
log = logging.getLogger(__name__)
-# TODO: write the channel topics
-AVAILABLE_TOPIC = ""
-IN_USE_TOPIC = ""
-DORMANT_TOPIC = ""
ASKING_GUIDE_URL = "https://pythondiscord.com/pages/asking-good-questions/"
MAX_CHANNELS_PER_CATEGORY = 50
+AVAILABLE_TOPIC = """
+This channel is available. Feel free to ask a question in order to claim this channel!
+"""
+
+IN_USE_TOPIC = """
+This channel is currently in use. If you'd like to discuss a different problem, please claim a new \
+channel from the Help: Available category.
+"""
+
+DORMANT_TOPIC = """
+This channel is temporarily archived. If you'd like to ask a question, please use one of the \
+channels in the Help: Available category.
+"""
+
AVAILABLE_MSG = f"""
This help channel is now **available**, which means that you can claim it by simply typing your \
question into it. Once claimed, the channel will move into the **Help: In Use** category, and will \