diff --git a/.gitignore b/.gitignore index 456ec7b1..53261b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,6 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk lastid.txt +telegramapi.txt +osuapi.txt +steamapi.txt diff --git a/royalbot.py b/royalbot.py index cbed4f1f..791a0aa5 100644 --- a/royalbot.py +++ b/royalbot.py @@ -3,12 +3,6 @@ import requests #Modulo per fare richieste su HTTP import time #Modulo per mettere in pausa il programma -#Token del bot, non diffondere -token = "120621161:AAHeVgQhlfGx36KT9NyGemauZBPEbe9Xfv0" - -#Token di Steam, per /steam -steamtoken = "042E26965C7AA24487FEBA6205017315" - #Ultimo messaggio mandato dal bot. lastmsg = "" @@ -151,4 +145,6 @@ while(True): else: sendMessage(name + " e' " + text + ".", msg['chat']['id'], msg['from']['id']) else: - sendMessage(unichr(9888) + " Lo SteamID o l'username non esiste!", msg['chat']['id'], msg['from']['id']) \ No newline at end of file + sendMessage(unichr(9888) + " Lo SteamID o l'username non esiste!", msg['chat']['id'], msg['from']['id']) + #Controlla lo stato di una persona su Osu, because why not + if \ No newline at end of file