From 244afe8108cabdb1fb8e32a813e9958980dc5bb5 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Sat, 21 May 2022 20:44:43 -0700 Subject: [PATCH] delete my coom message --- app/cogs/cheeky_functions.py | 2 +- helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index dd91a45b..4572c8ed 100644 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -68,7 +68,7 @@ class Cheeky(commands.Cog): if id: message = await ctx.channel.fetch_message(id) - + await ctx.message.delete() for emoji in await ctx.message.guild.fetch_emojis(): await message.add_reaction(emoji) diff --git a/helm/values.yaml b/helm/values.yaml index 684ad545..f7e7cb6b 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: "151" + tag: "152" repository: ldooks/dragon-bot pullPolicy: IfNotPresent