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)