0x467 / nestjs-telegraf

🤖 Powerful Nest module for easy and fast creation Telegram bots
https://nestjs-telegraf.0x467.com
MIT License
474 stars 84 forks source link

Multiple bots - @Start command issue #1171

Open evgeny-s opened 4 months ago

evgeny-s commented 4 months ago

In the case of multiple bots, configured properly and separately with botName, @Start command from 1 service used by serveral bots, but if I comment it, @Start command from another service used.

aivanouski commented 1 month ago

same issue, command from one bot was catch by another, how to properly separate them?