aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/evergreen/ping.py2
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)