diff --git a/app/bot.py b/app/bot.py old mode 100644 new mode 100755 diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index 98fee243..5c017138 100644 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -60,6 +60,14 @@ class Cheeky(commands.Cog): if emoji: await message.add_reaction(emoji) + @commands.command(name="coom") + async def coom(self, ctx: commands.Context): + if ctx.message.author.id != 144986109804412928: + return + message = list(await ctx.message.channel.history(limit=2).flatten())[-1] + for emoji in list(await ctx.message.guild.fetch_emojis()): + await ctx.message.add_reaction(emoji) + @commands.command(name="clap") async def clap(self, ctx: commands.Context): content = ctx.message.content.split()[1:] diff --git a/helm/values.yaml b/helm/values.yaml index bf8322e3..ed619b22 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: "146" + tag: "148" repository: ldooks/dragon-bot pullPolicy: IfNotPresent