From 5b9ed8d53995f11d42582498ca4bda141bc34a8a Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 13 May 2022 19:18:40 -0700 Subject: [PATCH] fix youtube, it cant be used with ctx.reply --- 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 bb8f5d01..eda6c646 100644 --- a/app/cogs/actual_utils.py +++ b/app/cogs/actual_utils.py @@ -21,7 +21,7 @@ class ActualUtils(commands.Cog): result = "https://www.youtube.com/watch?v=" + search_results[0] - await ctx.reply(result) + await ctx.send≠re(result) @commands.command(name="issue") async def issue(self, ctx: commands.Context): diff --git a/helm/values.yaml b/helm/values.yaml index 7f1bc450..b41a5b51 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: "196" + tag: "197" repository: ldooks/dragon-bot pullPolicy: IfNotPresent