diff --git a/src/inc/clients/tg.js b/src/inc/clients/tg.js index 46245e0..22f8182 100644 --- a/src/inc/clients/tg.js +++ b/src/inc/clients/tg.js @@ -30,7 +30,7 @@ export class tg extends EventEmitter { if(res.ok) { this.me = res.result; this.server.me = { - nick: res.result.first_name, + nickname: res.result.first_name, username: res.result.username, account: res.result.id.toString(), prefix: `${res.result.username}!${res.result.id.toString()}`,