nvm
This commit is contained in:
parent
df5f5cb767
commit
4c6401fd54
|
@ -19,6 +19,9 @@ class tg {
|
||||||
}
|
}
|
||||||
send(id, msg) {
|
send(id, msg) {
|
||||||
this.client.sendMessage(id, msg);
|
this.client.sendMessage(id, msg);
|
||||||
|
/*this.client.getChatAdministrators(id).then(tmp => {
|
||||||
|
console.log(tmp);
|
||||||
|
})*/
|
||||||
}
|
}
|
||||||
reply(tmp) {
|
reply(tmp) {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user