Enhance ping response message with playful emoji
This commit is contained in:
parent
9d13ff3850
commit
175c5a2a1d
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user