❓ Prompts for bot token on first time startup
This commit is contained in:
@ -279,7 +279,7 @@ async def on_message(message):
|
||||
|
||||
|
||||
# Is a bit sassy sometimes
|
||||
meanWords = ["stupid", "bitch", "fuck"]
|
||||
meanWords = ["stupid", "bitch", "fuck", "dumb", "idiot"]
|
||||
if ("gwendolyn" in message.content.lower() or message.content.startswith("!")) and any(x in message.content.lower() for x in meanWords) and "ikke" not in message.content.lower() and "not" not in message.content.lower():
|
||||
funcs.logThis(message.author.name+" was a bit mean")
|
||||
emoji = random.choice(["😠", "🖕", "👎"])
|
||||
|
Reference in New Issue
Block a user