From 4f039a45baaacf33cb159638e1838c31644d7b29 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Sat, 14 May 2022 08:52:22 -0700 Subject: [PATCH] making youtube reply to your message again since pinning the version of pycord --- app/cogs/actual_utils.py | 2 +- app/requirements.txt | 0 helm/values.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 app/requirements.txt diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index 193cb35a..bb8f5d01 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(result) + await ctx.reply(result) @commands.command(name="issue") async def issue(self, ctx: commands.Context): diff --git a/app/requirements.txt b/app/requirements.txt old mode 100755 new mode 100644 diff --git a/helm/values.yaml b/helm/values.yaml index 89ac4ca0..66bd7772 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: "199" + tag: "200" repository: ldooks/dragon-bot pullPolicy: IfNotPresent