diff options
| -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 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",          ) | 
