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()