Add a standby to /stock. i dunno man
This commit is contained in:
parent
c14994b9d3
commit
ebc0c4c9c3
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user