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