Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bot/cogs/help_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

Try to write the best question you can by providing a detailed description and telling us what \
you've tried already. For more information on asking a good question, \
check out our guide on [**asking good questions**]({ASKING_GUIDE_URL}).
check out our guide on **[asking good questions]({ASKING_GUIDE_URL})**.
"""

DORMANT_MSG = f"""
Expand All @@ -47,7 +47,7 @@
If your question wasn't answered yet, you can claim a new help channel from the \
**Help: Available** category by simply asking your question again. Consider rephrasing the \
question to maximize your chance of getting a good answer. If you're not sure how, have a look \
through our guide for [**asking a good question**]({ASKING_GUIDE_URL}).
through our guide for **[asking a good question]({ASKING_GUIDE_URL})**.
"""

CoroutineFunc = t.Callable[..., t.Coroutine]
Expand Down