Add a standby to /stock. i dunno man

This commit is contained in:
Luke Robles 2024-01-31 08:59:11 -08:00
parent c14994b9d3
commit ebc0c4c9c3

View File

@ -190,8 +190,9 @@ class ActualUtils(commands.Cog):
results = stock.parse_message(symbols, verbose)
await ctx.defer()
original_message = await ctx.followup.send("Standby")
for res in results:
await ctx.send_followup(embed=res)
await original_message.edit(content="", embed=res)
def setup(bot):