mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 03:13:08 +02:00
✌️
This commit is contained in:
parent
96b6ef4d9b
commit
64db806627
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ class LineBot extends BotCore {
|
||||||
}
|
}
|
||||||
|
|
||||||
public async react(ev: any): Promise<void> {
|
public async react(ev: any): Promise<void> {
|
||||||
|
this.replyToken = ev.replyToken;
|
||||||
|
|
||||||
// テキスト以外(スタンプなど)は無視
|
// テキスト以外(スタンプなど)は無視
|
||||||
if (ev.message.type !== 'text') return;
|
if (ev.message.type !== 'text') return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue