diff options
author | 2020-11-17 23:06:03 +0100 | |
---|---|---|
committer | 2020-11-17 23:06:03 +0100 | |
commit | 1e9b22b52007b087e83b4ccf2ee11cc63b991de9 (patch) | |
tree | 1ba467492bd173fec6eb211ea5000002c6954479 | |
parent | Use author as the title of the embed (diff) |
Update available message to sound better
- This replaces "one" with "any"
- This is supposed to read better
-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 37bc78b26..056434020 100644 --- a/bot/exts/help_channels.py +++ b/bot/exts/help_channels.py @@ -34,7 +34,7 @@ This channel will be dedicated to answering your question only. We’ll try to a **Keep in mind:** • It's always ok to just ask your question. You don't need permission. • Explain what you expect to happen and what actually happens. -• Include a code sample and error message, if you got one. +• Include a code sample and error message, if you got any. For more tips, check out our guide on **[asking good questions]({ASKING_GUIDE_URL})**. """ |