Remove title on decdie command
All checks were successful
Build and push / changes (push) Successful in 6s
Build and push / Lint-Python (push) Successful in 1s
Build and push / Build-and-Push-Docker (push) Successful in 3m1s
Build and push / sync-argocd-app (push) Successful in 1s
Build and push / post-status-to-discord (push) Successful in 2s

This commit is contained in:
Luke Robles 2025-02-22 15:14:00 -08:00
parent a26524b924
commit ba0b90fb4d

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)