Enhance ping response message with playful emoji

This commit is contained in:
Slipstream 2025-05-13 12:02:46 -06:00
parent 9d13ff3850
commit 175c5a2a1d
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -11,7 +11,7 @@ class PingCog(commands.Cog, name="Ping"):
async def _ping_logic(self):
"""Core logic for the ping command."""
latency = round(self.bot.latency * 1000)
return f'Pong! Response time: {latency}ms'
return f'Pong! ^~^ Response time: {latency}ms'
# --- Prefix Command (for backward compatibility) ---
@commands.command(name="ping")