diff --git a/src/inc/clients/tg.js b/src/inc/clients/tg.js index 358b071..fbad4d0 100644 --- a/src/inc/clients/tg.js +++ b/src/inc/clients/tg.js @@ -19,6 +19,9 @@ class tg { } send(id, msg) { this.client.sendMessage(id, msg); + /*this.client.getChatAdministrators(id).then(tmp => { + console.log(tmp); + })*/ } reply(tmp) { return {