diff options
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.") |
