mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
disattivata l'avventura per bug
This commit is contained in:
parent
480dac00a5
commit
6fb9c78c7f
1 changed files with 0 additions and 3 deletions
3
bot.py
3
bot.py
|
@ -8,7 +8,6 @@ import random
|
||||||
import osu
|
import osu
|
||||||
import hearthstone
|
import hearthstone
|
||||||
import lol
|
import lol
|
||||||
import string
|
|
||||||
|
|
||||||
|
|
||||||
# Check per la modalità votazione del bot, corrisponde al numero della chat in cui è attiva la votazione
|
# Check per la modalità votazione del bot, corrisponde al numero della chat in cui è attiva la votazione
|
||||||
|
@ -645,8 +644,6 @@ while True:
|
||||||
telegram.sendmessage(chr(9888) + " Non hai mai giocato ranked.", sentin, source)
|
telegram.sendmessage(chr(9888) + " Non hai mai giocato ranked.", sentin, source)
|
||||||
else:
|
else:
|
||||||
telegram.sendmessage(chr(9888) + " Non hai un account di LoL nel database.", sentin, source)
|
telegram.sendmessage(chr(9888) + " Non hai un account di LoL nel database.", sentin, source)
|
||||||
elif text.startswith('/begintheadventure'):
|
|
||||||
import adventure
|
|
||||||
elif text.startswith('/crash'):
|
elif text.startswith('/crash'):
|
||||||
# Crasha il bot. Mi sembra geniale.
|
# Crasha il bot. Mi sembra geniale.
|
||||||
if username == 'Steffo':
|
if username == 'Steffo':
|
||||||
|
|
Loading…
Reference in a new issue