diff options
| author | 2023-03-26 16:04:44 -0400 | |
|---|---|---|
| committer | 2023-03-31 21:43:12 +0300 | |
| commit | b899a14a6aece6f3071157621fe24656db323caa (patch) | |
| tree | 29e9756588e81327211122c118b056659842f51b | |
| parent | New Helper functionality. (diff) | |
Change "Help!" to "answer this!"
It may occasionally be confusing why the bot thinks people need to "help" if there's a false positive (ie if the message is not a question).
| -rw-r--r-- | bot/exts/recruitment/helper_utils.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/recruitment/helper_utils.py b/bot/exts/recruitment/helper_utils.py index 9c059e2b3..df7260c40 100644 --- a/bot/exts/recruitment/helper_utils.py +++ b/bot/exts/recruitment/helper_utils.py @@ -26,7 +26,7 @@ class NewHelperUtils(Cog):          f"<@&{NEW_HELPER_ROLE_ID}> can someone please answer this??",          f"Someone answer this <@&{NEW_HELPER_ROLE_ID}> if you want to keep your role",          f"Where are my <@&{NEW_HELPER_ROLE_ID}> at?", -        f"<@&{NEW_HELPER_ROLE_ID}>, Help!", +        f"<@&{NEW_HELPER_ROLE_ID}>, answer this!",          f"What's the point of having all these new <@&{NEW_HELPER_ROLE_ID}> if questions are going unanswered?",      ] | 
