She's a bit sassy now
This commit is contained in:
@ -256,5 +256,8 @@ async def on_message(message):
|
|||||||
await message.channel.send("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
|
# Runs the whole shabang
|
||||||
client.run(token)
|
client.run(token)
|
||||||
|
Reference in New Issue
Block a user