Skip to content

Commit

Permalink
Merge pull request python-discord#1128 from python-discord/bold_link
Browse files Browse the repository at this point in the history
Bold link to asking guide in help channel embeds
  • Loading branch information
ikuyarihS authored Aug 26, 2020
2 parents f97a5a6 + 474d787 commit f1a2bbe
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit f1a2bbe

Please sign in to comment.