adding coom function

This commit is contained in:
Luke Robles 2022-05-21 19:43:57 -07:00
parent 1190fbec10
commit 161a022dd8
3 changed files with 9 additions and 1 deletions

0
app/bot.py Normal file → Executable file
View File

View File

@ -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:]

View File

@ -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