diff --git a/royalbot.py b/royalbot.py index 9ab15b4a..22e05e88 100644 --- a/royalbot.py +++ b/royalbot.py @@ -97,4 +97,4 @@ while(True): text = "Disponibile per scambiare" elif(online == 6): text = "Disponibile per giocare" - sendMessage(name + " รจ " + text + ".") \ No newline at end of file + sendMessage(name + " e' " + text + ".", msg['chat']['id']) \ No newline at end of file