Remove ping command

This commit is contained in:
Zeva Rose 2022-05-01 09:27:37 -06:00
parent 334b578ae6
commit 223bbd8628

View file

@ -76,10 +76,6 @@ class BotutilCog(Scale):
embed.set_image(url=self.bot.user.avatar.url) embed.set_image(url=self.bot.user.avatar.url)
await ctx.send(embed=embed) 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") @msg_command(name="update")
async def _update(self, ctx: MessageContext) -> None: async def _update(self, ctx: MessageContext) -> None:
repo = git.Repo(".") repo = git.Repo(".")