fake /me
This commit is contained in:
parent
4247b8e82d
commit
6bc5cc3615
|
@ -176,7 +176,7 @@ export default class slack extends EventEmitter {
|
||||||
time: ~~(Date.now() / 1000),
|
time: ~~(Date.now() / 1000),
|
||||||
raw: tmp,
|
raw: tmp,
|
||||||
reply: msg => this.send(tmp.channel, msg),
|
reply: msg => this.send(tmp.channel, msg),
|
||||||
replyAction: msg => this.send(tmp.channel, `Uwe ${msg}`),
|
replyAction: msg => this.send(tmp.channel, `[i]${msg}[/i]`),
|
||||||
replyNotice: msg => this.send(tmp.channel, msg)
|
replyNotice: msg => this.send(tmp.channel, msg)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user