From ad23f59a7ce70eb7a149afca360483f4430b5a6f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 24 Sep 2016 21:18:37 +0200 Subject: [PATCH] facedesk --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 95bee7dd..6c709b14 100644 --- a/bot.py +++ b/bot.py @@ -554,7 +554,7 @@ while True: osucmd() elif text.startswith('/roll'): roll() - elif text.startswith('/cv') or text.startswtih('/discord'): + elif text.startswith('/cv') or text.startswith('/discord'): cv() elif text.startswith('/online'): online()