From 877f4aec26e93c59be2b3d2cda05a01e0760b0a6 Mon Sep 17 00:00:00 2001 From: Flummi Date: Sun, 3 Dec 2017 17:44:09 +0100 Subject: [PATCH] typo --- src/inc/clients/tg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}`,