Remove title on decdie command

This commit is contained in:
Luke Robles 2025-02-22 15:14:00 -08:00
parent 46ff795f95
commit 076de5795f

View File

@ -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)