This commit is contained in:
Abigail Gold
2019-10-04 19:48:58 -04:00
committed by GitHub
parent 067adb0252
commit 9f586242f7
+1 -1
View File
@@ -64,7 +64,7 @@ class BaseCog(commands.Cog):
except:
return
@bot.command(name="ping")
@commands.command(name="ping")
async def _ping(self, ctx):
await ctx.send(f'**Pong!** Current ping is {self.bot.latency*1000:.1f} ms')