This commit is contained in:
Abigail Gold 2019-10-04 19:48:58 -04:00 committed by GitHub
parent 067adb0252
commit 9f586242f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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