make stock reply to your message instead of just posting

This commit is contained in:
Luke Robles 2022-05-08 08:07:51 -07:00
parent 57e2567f86
commit c51d891ba1
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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