1
0
forked from keinBot/cuffeo
This commit is contained in:
Flummi
2020-02-20 17:57:41 +01:00
parent 85c2a6f963
commit 15e4d6af5e
4 changed files with 4 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ export default class tg extends EventEmitter {
channel: tmp.chat.title,
channelid: tmp.chat.id,
user: {
prefix: `${tmp.from.username}!${tmp.from.id}`,
prefix: `${tmp.from.username}!${tmp.from.id}@${this.network}`,
nick: tmp.from.first_name,
username: tmp.from.username,
account: tmp.from.id.toString()