Remove ping command
This commit is contained in:
parent
334b578ae6
commit
223bbd8628
1 changed files with 0 additions and 4 deletions
|
@ -76,10 +76,6 @@ class BotutilCog(Scale):
|
|||
embed.set_image(url=self.bot.user.avatar.url)
|
||||
await ctx.send(embed=embed)
|
||||
|
||||
@msg_command(name="ping")
|
||||
async def _ping(self, ctx: MessageContext) -> None:
|
||||
await ctx.reply(f"{self.bot.average_latency}ms")
|
||||
|
||||
@msg_command(name="update")
|
||||
async def _update(self, ctx: MessageContext) -> None:
|
||||
repo = git.Repo(".")
|
||||
|
|
Loading…
Add table
Reference in a new issue