diff --git a/royalbot.py b/royalbot.py index a8e9648c..d0b36615 100644 --- a/royalbot.py +++ b/royalbot.py @@ -98,4 +98,6 @@ while(True): text = "Disponibile per scambiare" elif(online == 6): text = "Disponibile per giocare" - sendMessage(name + " è " + text + ".", msg['chat']['id']) \ No newline at end of file + sendMessage(name + " è " + text + ".", msg['chat']['id']) + else: + sendMessage("Lo steamid non esiste!", msg['chat']['id']) \ No newline at end of file