aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2023-01-26 04:13:36 +0200
committerGravatar GitHub <[email protected]>2023-01-26 04:13:36 +0200
commit9ccd492eb363dff63f4aef11400d0983afe28c04 (patch)
tree859fc8504f470d840ca8a4969a611e24a6f589ed
parentMerge #2386 - simplify closed help post message (diff)
parentMerge branch 'main' into shenanigansd-patch-1 (diff)
Merge pull request #2389 from python-discord/shenanigansd-patch-1
Fix typo in help channel opening embed
-rw-r--r--bot/exts/help_channels/_channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/help_channels/_channel.py b/bot/exts/help_channels/_channel.py
index c87468bbf..f64162006 100644
--- a/bot/exts/help_channels/_channel.py
+++ b/bot/exts/help_channels/_channel.py
@@ -20,7 +20,7 @@ POST_TITLE = "Python help channel"
NEW_POST_MSG = f"""
**Remember to:**
• **Ask** your Python question, not if you can ask or if there's an expert who can help.
-• **Show** a code sample as text (rather than a screenshot) and the error message, if you got one.
+• **Show** a code sample as text (rather than a screenshot) and the error message, if you've got one.
• **Explain** what you expect to happen and what actually happens.
For more tips, check out our guide on [asking good questions]({ASKING_GUIDE_URL}).