Remove title on decdie command

This commit is contained in:
Luke Robles 2025-02-22 15:14:00 -08:00
parent 3ed903fab3
commit aa7735f508

View File

@ -60,7 +60,6 @@ class Cheeky(commands.Cog):
color=discord.Color.green(), color=discord.Color.green(),
type="rich", type="rich",
) )
embed.set_author(name="You asked me: %s" % question.title())
await ctx.respond(embed=embed) await ctx.respond(embed=embed)
@commands.command(name="coom", pass_context=True) @commands.command(name="coom", pass_context=True)