Prompts for bot token on first time startup

This commit is contained in:
NikolajDanger
2020-04-09 00:43:00 +02:00
parent 0374cdc84e
commit 9602be3b03
4 changed files with 18 additions and 5 deletions

View File

@ -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(["😠", "🖕", "👎"])