mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Revert "Uh, che venga scritto qualcosa, ogni tanto..."
This reverts commit b366849eb1
.
This commit is contained in:
parent
b366849eb1
commit
cb18facb59
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ def sendMessage(content, to, da):
|
|||
'chat_id': to, #L'ID della chat a cui mandare il messaggio, Royal Games: -2141322
|
||||
'text': content, #Il messaggio da mandare
|
||||
}
|
||||
print(content);
|
||||
#Antispam: manda il messaggio solo se l'ultimo messaggio è diverso da quello che deve mandare ora.
|
||||
global lastmsg
|
||||
if(lastmsg != content):
|
||||
|
|
Loading…
Reference in a new issue