Add defer to /flows
All checks were successful
Build and push / changes (push) Successful in 5s
Build and push / Lint-Python (push) Successful in 6s
Build and push / Build-and-Push-Docker (push) Successful in 1m17s
Build and push / sync-argocd-app (push) Successful in 3s

This commit is contained in:
Luke R 2024-06-11 18:09:07 -07:00
parent 5b886df154
commit 749a578693

View File

@ -305,8 +305,9 @@ class Cheeky(commands.Cog):
async def flows(self, ctx: commands.Context):
import river_stats
await ctx.defer()
result = river_stats.get_stats()
await ctx.respond(embed=result)
await ctx.send_followup(embed=result)
@commands.slash_command(
guild_ids=None,