From aa7735f508f56414b48bcbe7f728b45c1466da4e Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sat, 22 Feb 2025 15:14:00 -0800 Subject: [PATCH] Remove title on decdie command --- app/cogs/cheeky_functions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index dc8105da..30fbef82 100755 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -60,7 +60,6 @@ class Cheeky(commands.Cog): color=discord.Color.green(), type="rich", ) - embed.set_author(name="You asked me: %s" % question.title()) await ctx.respond(embed=embed) @commands.command(name="coom", pass_context=True)