She's a bit sassy now

This commit is contained in:
NikolajDanger
2020-04-08 16:43:04 +02:00
parent 8e8de4ab5c
commit 68dc74f235

View File

@ -254,7 +254,10 @@ async def on_message(message):
else:
funcs.logThis("I didn't understand that")
await message.channel.send("I didn't understand that")
if ("gwendolyn" in message.content.lower() or message.content.startswith("!")) and ("bitch" in message.content.lower() or "fuck" in message.content.lower()):
await message.add_reaction("😠")
# Runs the whole shabang
client.run(token)