From a66058467005209b6f8b4f55dc9750ebf54c86f3 Mon Sep 17 00:00:00 2001 From: vcokltfre Date: Tue, 13 Apr 2021 15:51:11 +0100 Subject: chore: add ping_pong emoji --- bot/exts/evergreen/ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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", ) -- cgit v1.2.3