The sus update.

This commit is contained in:
211951251919 2022-04-16 00:09:46 +00:00
parent e2ba247e5d
commit 6566c253fe
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ class System(commands.Cog):
@bot_group.command()
async def ping(self, ctx):
"""Ping the bot"""
await ctx.message.delete()
embed = discord.Embed(title="Why are you pinging me?",
await ctx.message("Sus")
embed = discord.Embed(title="Yes?",
description=str(round(self.bot.latency * 1000, 1)) + "ms",
colour=common.random_rgb())
embed.set_footer(text=f"requested by {ctx.author}",