Description
When sending an empty message to the Telegram bot, it crashes with an unhandled exception.
Steps to reproduce
- Start the bot with
nebula start
- Send an empty message on Telegram
- Bot crashes
Expected behavior
Bot should gracefully handle empty messages with a friendly response.
Environment
- OS: Ubuntu 22.04
- Node: 20.x
- WRAP version: v7.0.0
Description
When sending an empty message to the Telegram bot, it crashes with an unhandled exception.
Steps to reproduce
nebula startExpected behavior
Bot should gracefully handle empty messages with a friendly response.
Environment