aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-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 022d6373..637f71e8 100644
--- a/bot/exts/evergreen/ping.py
+++ b/bot/exts/evergreen/ping.py
@@ -14,7 +14,7 @@ class Ping(commands.Cog):
async def ping(self, ctx: commands.Context) -> None:
"""Ping the bot to see its latency and state."""
embed = Embed(
- title="Pong!",
+ title=":ping_pong: Pong!",
colour=Colours.bright_green,
description=f"WS Latency: {round(self.bot.latency * 1000)}ms",
)