1
0
forked from keinBot/cuffeo
This commit is contained in:
2022-05-07 10:35:27 +02:00
parent e1a85ed659
commit d510b14880
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ export default class tg extends EventEmitter {
message: tmp.text,
time: tmp.date,
raw: tmp,
photo: tmp.photo || null,
media: tmp.media || null,
reply: msg => this.send(tmp.chat.id, msg, tmp.message_id),
replyAction: msg => this.send(tmp.chat.id, `Uwe ${msg}`, tmp.message_id),
replyNotice: msg => this.send(tmp.chat.id, msg, tmp.message_id),