mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
✌️
This commit is contained in:
parent
d897e6307d
commit
d18268f976
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue