From 7369a32b584aca7ac8f166f52aacd83c50acfd80 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 20 Sep 2015 01:18:52 +0200 Subject: [PATCH] ID. --- adventuremode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adventuremode.py b/adventuremode.py index 27d72efc..becdda1d 100644 --- a/adventuremode.py +++ b/adventuremode.py @@ -21,7 +21,7 @@ target_group = -13164589 def sendMessage(content, tastiera=no_keyboard, to=target_group): #Parametri del messaggio parametri = { - 'chat_id': to, #L'ID della chat a cui mandare il messaggio, Royal Games: -2141322 + 'chat_id': to, #L'ID della chat a cui mandare il messaggio, Royal Games: -2141322 Royal Bot Testing Group: -13164589 'text': content, #Il messaggio da mandare 'reply_markup': tastiera }