atipugin / telegram-bot-ruby

Ruby wrapper for Telegram's Bot API
https://core.telegram.org/bots/api
Do What The F*ck You Want To Public License
1.35k stars 218 forks source link

Not working #207

Closed phykos closed 4 years ago

phykos commented 4 years ago

I was testing some stuff then I started the bot and nothing was going on, even if I setted up the logger I also tried to change the token; there it printed an error about the token not being valid, but nothing else

SolomonBoloshe116 commented 4 years ago

as i understood if the telegram client gets error, your bot won't work. so you have to add exception

phykos commented 4 years ago

solved, thanks

as i understood if the telegram client gets error, your bot won't work. so you have to add exception

solved btw