From f56c90bf6a9bf1c9f5791b984624251348fe6038 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Wed, 28 Oct 2020 20:59:36 -0400 Subject: [PATCH] ping what --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 4fa556a..3fd417c 100644 --- a/bot.py +++ b/bot.py @@ -124,7 +124,7 @@ async def info(ctx, username): @bot.command(name='ping') @commands.has_role(ADMIN_ROLE) async def ping(ctx) : - await ctx.send(f"🏓 Pong") + await ctx.send(":ping_pong: Pong") @bot.command(name="whoami") @commands.has_role(ADMIN_ROLE)