diff --git a/royalbot.py b/royalbot.py index feff3c79..717eb1d6 100644 --- a/royalbot.py +++ b/royalbot.py @@ -99,4 +99,4 @@ 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']) \ No newline at end of file