This commit is contained in:
Flummi
2018-09-08 19:38:20 +02:00
parent 31a633bda6
commit 7423f2ae3a
2 changed files with 14 additions and 3 deletions

View File

@ -77,7 +77,7 @@ export class tg extends EventEmitter {
if(msg.length === 0 || msg.length > 2048)
return false;
const opts = {
method: 'POST',
method: "POST",
body: {
chat_id: chatid,
text: msg,