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