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 217 forks source link

Add `Bot::Client#stop` method #292

Closed AlexWayfer closed 12 months ago

AlexWayfer commented 1 year ago
  1. Add an ability to stop bot's infinity loop from outside.
  2. Remove exit which kills any (parent) process with a bot, like specs.