diff options
author | 2021-04-13 16:00:22 +0100 | |
---|---|---|
committer | 2021-04-13 16:00:22 +0100 | |
commit | 897d892a8666b94d6bdf8a3cdee79cca63b59812 (patch) | |
tree | 184079bb7f94d2b241dcf88bfb232c9d406e29bc | |
parent | chore: add ping_pong emoji (diff) |
chore: use discord terminology
Co-authored-by: Joe Banks <[email protected]>
-rw-r--r-- | bot/exts/evergreen/ping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/ping.py b/bot/exts/evergreen/ping.py index 637f71e8..97f8b34d 100644 --- a/bot/exts/evergreen/ping.py +++ b/bot/exts/evergreen/ping.py @@ -16,7 +16,7 @@ class Ping(commands.Cog): embed = Embed( title=":ping_pong: Pong!", colour=Colours.bright_green, - description=f"WS Latency: {round(self.bot.latency * 1000)}ms", + description=f"Gateway Latency: {round(self.bot.latency * 1000)}ms", ) await ctx.send(embed=embed) |