make stock reply to your message instead of just posting
This commit is contained in:
parent
57e2567f86
commit
c51d891ba1
@ -101,7 +101,7 @@ class ActualUtils(commands.Cog):
|
|||||||
|
|
||||||
results = stock.parse_message(msg)
|
results = stock.parse_message(msg)
|
||||||
for res in results:
|
for res in results:
|
||||||
await ctx.send(embed=res)
|
await ctx.reply(embed=res)
|
||||||
|
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
|
@ -6,7 +6,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "177"
|
tag: "178"
|
||||||
repository: ldooks/dragon-bot
|
repository: ldooks/dragon-bot
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user