summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index d101774..e72b52f 100644
--- a/main.py
+++ b/main.py
@@ -104,7 +104,7 @@ async def on_message(message):
response = await search_teammates(message.author, when)
await cli.send_message(message.channel, response)
- if msg.startswith("don't play with me"):
+ if msg.startswith("don't play with me") or msg.startswith("dont play with me"):
db.playwithme.remove({"player": message.author.id})
await cli.send_message(message.channel, "Canceled all notifications.")