Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/fullyautomatednutcracker/cogs/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))