This commit is contained in:
Rushil Umaretiya 2020-10-28 20:58:23 -04:00
parent e349f03444
commit 11743d3c6a

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 with {str(round(client.latency, 2))}")
await ctx.send(f"🏓 Pong")
@bot.command(name="whoami")
@commands.has_role(ADMIN_ROLE)