local sync
This commit is contained in:
@@ -92,7 +92,7 @@ export class tg extends EventEmitter {
|
||||
method: "POST",
|
||||
body: {
|
||||
chat_id: chatid,
|
||||
text: msg,
|
||||
text: msg.split("\n").length > 1 ? `<code>${msg}</code>` : msg,
|
||||
parse_mode: "HTML"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user