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