mirror of
https://github.com/miaowware/qrm2.git
synced 2025-07-30 20:02:26 -04:00
whoops
This commit is contained in:
parent
067adb0252
commit
9f586242f7
@ -64,7 +64,7 @@ class BaseCog(commands.Cog):
|
|||||||
except:
|
except:
|
||||||
return
|
return
|
||||||
|
|
||||||
@bot.command(name="ping")
|
@commands.command(name="ping")
|
||||||
async def _ping(self, ctx):
|
async def _ping(self, ctx):
|
||||||
await ctx.send(f'**Pong!** Current ping is {self.bot.latency*1000:.1f} ms')
|
await ctx.send(f'**Pong!** Current ping is {self.bot.latency*1000:.1f} ms')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user