ちなみに,ぼくはメンテナンスしなさそうなので,名前空けときました. 誰かちゃんとメンテナンスする人,もっといいライブラリ作ってください. コード 古い内容です.新しい使い方は https://3846masa.github.io/node-linebot/ を見てください. テキストのみをechoするbotの例です. const LineBot = require('@3846masa/linebot'); const bot = new LineBot({ channelID: 'xxxxxxx', channelSecret: 'xxxxxx', MID: 'xxxxxx' }); bot.on('message', (res) => { const content = res.content; if ( content.contentType === LineBot.CONST.CO