1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2016-09-24 21:18:37 +02:00
parent 04e56780b0
commit ad23f59a7c

2
bot.py
View file

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