mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Rimosso /restart
This commit is contained in:
parent
664fa79741
commit
ad208cf44a
1 changed files with 0 additions and 11 deletions
11
bot.py
11
bot.py
|
@ -6,7 +6,6 @@ import steam
|
|||
import random
|
||||
import osu
|
||||
import hearthstone
|
||||
import sys
|
||||
import lol
|
||||
import string
|
||||
|
||||
|
@ -559,16 +558,6 @@ while True:
|
|||
# Manda l'audio So much to do, so much to see
|
||||
print("@" + username + ": /shrekt ")
|
||||
telegram.senddocument("BQADBAADsQADiBjiAqYN-EBXASyhAg", sentin)
|
||||
elif text.startswith('/restart'):
|
||||
# Riavvia il bot
|
||||
if username == "Steffo":
|
||||
print("@" + username + ": /restart ")
|
||||
telegram.sendmessage("Riavvio accettato.", sentin, source)
|
||||
sys.exit(0)
|
||||
else:
|
||||
telegram.sendmessage(
|
||||
chr(9888) + " Non hai i permessi necessari per creare una nuova votazione.",
|
||||
sentin, source)
|
||||
elif text.startswith('/nuovavotazione'):
|
||||
if username == "Steffo":
|
||||
print("@" + username + ": /nuovavotazione ")
|
||||
|
|
Loading…
Reference in a new issue