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}",