From 6566c253fe83c8dbf54e2004286b8e6662b0b577 Mon Sep 17 00:00:00 2001 From: 211951251919 <211951251919@noreply.gitdab.com> Date: Sat, 16 Apr 2022 00:09:46 +0000 Subject: [PATCH] The sus update. --- cogs/system.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/system.py b/cogs/system.py index fd3319c..be84c83 100644 --- a/cogs/system.py +++ b/cogs/system.py @@ -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}",