✌️
This commit is contained in:
parent
96b6ef4d9b
commit
64db806627
@ -32,6 +32,8 @@ class LineBot extends BotCore {
|
||||
}
|
||||
|
||||
public async react(ev: any): Promise<void> {
|
||||
this.replyToken = ev.replyToken;
|
||||
|
||||
// テキスト以外(スタンプなど)は無視
|
||||
if (ev.message.type !== 'text') return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user