diff options
| -rw-r--r-- | bot/exts/utils/ping.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/utils/ping.py b/bot/exts/utils/ping.py index c07a21bb7..f2faa11ca 100644 --- a/bot/exts/utils/ping.py +++ b/bot/exts/utils/ping.py @@ -9,7 +9,7 @@ from bot.bot import Bot  from bot.constants import Emojis, URLs  DESCRIPTIONS = ( -    "Time to receive command information", +    "Command processing time",      "Python Discord website latency",      "Discord API latency"  ) | 
