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