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
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:
parent
a26524b924
commit
ba0b90fb4d
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user