diff options
author | 2020-11-21 00:00:40 +0100 | |
---|---|---|
committer | 2020-11-21 00:00:40 +0100 | |
commit | b865efeb9bb802ed728232fd8848db6140afccfa (patch) | |
tree | faeb60be3583fae1cb54e04231db42928ab40283 | |
parent | Update available message to sound better (diff) |
Update available help channel embed message
- This changes "we'll try to help you" to say "others will try to help you"
- Clarifies that the rest of the community is going to help — not some dedicated help/staff team
-rw-r--r-- | bot/exts/help_channels.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/help_channels.py b/bot/exts/help_channels.py index 056434020..3643b8643 100644 --- a/bot/exts/help_channels.py +++ b/bot/exts/help_channels.py @@ -29,7 +29,7 @@ This is a Python help channel. You can claim your own help channel in the Python AVAILABLE_MSG = f""" **Send your question here to claim the channel** -This channel will be dedicated to answering your question only. We’ll try to answer and help you solve the issue. +This channel will be dedicated to answering your question only. Others will try to answer and help you solve the issue. **Keep in mind:** • It's always ok to just ask your question. You don't need permission. |