Add a standby to /stock. i dunno man

This commit is contained in:
Luke Robles 2024-01-31 08:59:11 -08:00
parent 3add663dcf
commit bf4df03868

View File

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