From 338ad545d06f350684a549181d82b5cc47db2265 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 8 Apr 2020 16:43:04 +0200 Subject: [PATCH] She's a bit sassy now --- Gwendolyn.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gwendolyn.py b/Gwendolyn.py index 0ba8b83..d0a8b52 100644 --- a/Gwendolyn.py +++ b/Gwendolyn.py @@ -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)