mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
I accidentaly
This commit is contained in:
parent
a6e3b05c8e
commit
693e711e04
1 changed files with 1 additions and 5 deletions
|
@ -81,11 +81,7 @@ def sendMessage(content, to, da):
|
|||
parametri['chat_id'] = da
|
||||
#Manda il messaggio
|
||||
r = requests.get("https://api.telegram.org/bot" + token + "/sendMessage", params=parametri)
|
||||
|
||||
#Royalbot sta scrivendo...
|
||||
def setTypeStatus():
|
||||
|
||||
|
||||
|
||||
def getSteamStatus(steamid):
|
||||
#Parametri della richiesta
|
||||
parametri = {
|
||||
|
|
Loading…
Reference in a new issue