From 60fff0dc46d3b9dc81d6cec420db69a4cc9189b2 Mon Sep 17 00:00:00 2001 From: Adventurous Swine Date: Sat, 6 Apr 2024 16:52:37 -0400 Subject: [PATCH] Update fun.py Shiny teeth --- src/fullyautomatednutcracker/cogs/fun.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/fullyautomatednutcracker/cogs/fun.py b/src/fullyautomatednutcracker/cogs/fun.py index f523214..cc2c361 100644 --- a/src/fullyautomatednutcracker/cogs/fun.py +++ b/src/fullyautomatednutcracker/cogs/fun.py @@ -137,6 +137,11 @@ async def swine(self, ctx): async def megamind(self, ctx, *, text): await ctx.send("https://api.no-bitch.es/" + parse.quote(text)) - + @commands.Cog.listener() + @commands.has_role(384811598340161567, 736363032304943135) + async def on_message(self, message): + if "SHINY TEETH SHINY TEETH" in message.content.upper(): + await message.channel.send("SHINY TEETH SHINY TEETH") + async def setup(bot): await bot.add_cog(Fun(bot))