From c51d891ba160baa997041d1ec7b07d59d0b6fd10 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Sun, 8 May 2022 08:07:51 -0700 Subject: [PATCH] make stock reply to your message instead of just posting --- app/cogs/actual_utils.py | 2 +- helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index 8d08faaf..bd0e24e1 100644 --- a/app/cogs/actual_utils.py +++ b/app/cogs/actual_utils.py @@ -101,7 +101,7 @@ class ActualUtils(commands.Cog): results = stock.parse_message(msg) for res in results: - await ctx.send(embed=res) + await ctx.reply(embed=res) def setup(bot): diff --git a/helm/values.yaml b/helm/values.yaml index 2182d655..963e809c 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: # Overrides the image tag whose default is the chart appVersion. - tag: "177" + tag: "178" repository: ldooks/dragon-bot pullPolicy: IfNotPresent