Sending stickers to bot is crashing
rizwankce opened this issue · 0 comments
rizwankce commented
When sending stickers to bot app is crashing with the below error. I guess the problem occurs when there is not text in message.
var command = msg.message.text.split(' ')[0]; TypeError: Cannot read property 'split' of undefined at Array.forEach (native) at /app/node_modules/node-telegram-bot/lib/Bot.js:90:43