aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar vcokltfre <[email protected]>2021-04-13 15:51:11 +0100
committerGravatar vcokltfre <[email protected]>2021-04-13 15:51:11 +0100
commita66058467005209b6f8b4f55dc9750ebf54c86f3 (patch)
tree3eb63834504cc194101d2f91c14bdc54a1658146
parentfeat: add ping command (diff)
chore: add ping_pong emoji
-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",
)