diff options
| author | 2021-04-13 15:51:11 +0100 | |
|---|---|---|
| committer | 2021-04-13 15:51:11 +0100 | |
| commit | a66058467005209b6f8b4f55dc9750ebf54c86f3 (patch) | |
| tree | 3eb63834504cc194101d2f91c14bdc54a1658146 /bot | |
| parent | feat: add ping command (diff) | |
chore: add ping_pong emoji
Diffstat (limited to 'bot')
| -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",          ) | 
