aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Bradley Reynolds <[email protected]>2023-01-25 19:46:23 -0600
committerGravatar GitHub <[email protected]>2023-01-25 19:46:23 -0600
commita8cb1ea933a95110e2718884195f4eda8840b4dd (patch)
tree6f57cb4c97e818a4d2853958fa4766da6d8d8b56
parentMerge pull request #2341 from shtlrs/2332-permanent-role-view (diff)
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 fad2a32a9..5bf971be6 100644
--- a/bot/exts/help_channels/_channel.py
+++ b/bot/exts/help_channels/_channel.py
@@ -19,7 +19,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}).