diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index eda6c646..193cb35a 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.send≠re(result) + await ctx.send(result) @commands.command(name="issue") async def issue(self, ctx: commands.Context): diff --git a/helm/values.yaml b/helm/values.yaml index b41a5b51..e2f0cc83 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: "197" + tag: "198" repository: ldooks/dragon-bot pullPolicy: IfNotPresent