Add a standby to /stock. i dunno man
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
50ed9ff8af
commit
891bb6b15c
@ -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