You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had some issues during making bot which was created with telegram-bot-now.
If you define commands in BotFather, in group chats commands will called like /cmd@mybot. Commands doesn't work in this case. You need to define cmd@mybot command in routes too. That's insane.
Any media attachment causes error: An unexpected error has occurred. The bot /owner has been notified.
Inviting bot to group causes error too. I think any non-text message causes error.
Hello,
thanks for this great project.
I have had some issues during making bot which was created with telegram-bot-now.
/cmd@mybot
. Commands doesn't work in this case. You need to definecmd@mybot
command in routes too. That's insane.An unexpected error has occurred. The bot /owner has been notified.
My
server.js
look like:Any advice, solution?
The text was updated successfully, but these errors were encountered: