diff options
author | 2021-05-13 23:45:33 +0530 | |
---|---|---|
committer | 2021-05-13 23:45:33 +0530 | |
commit | bbfe606f36abacb9d722574d104a31fbfb4300c7 (patch) | |
tree | c2e62d833de5ac31404386555cd6a8b18fffef23 | |
parent | Update branch (diff) |
change mods to staff
-rw-r--r-- | bot/exts/evergreen/stackoverflow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/stackoverflow.py b/bot/exts/evergreen/stackoverflow.py index 04126d9c..d77c131c 100644 --- a/bot/exts/evergreen/stackoverflow.py +++ b/bot/exts/evergreen/stackoverflow.py @@ -16,7 +16,7 @@ ERR_EMBED = Embed( title="Error in fetching results from Stackoverflow", description=( "Sorry, there was en error while trying to fetch data from the Stackoverflow website. Please try again in some " - "time. If this issue persists, please contact the mods or send a message in #dev-contrib." + "time. If this issue persists, please contact the staff or send a message in #dev-contrib." ), color=Colours.soft_red ) |