ping what

This commit is contained in:
Rushil Umaretiya 2020-10-28 20:59:36 -04:00
parent 11743d3c6a
commit f56c90bf6a

2
bot.py
View File

@ -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)