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

Change bot.rb sample #244

Closed dvarrui closed 1 year ago

dvarrui commented 2 years ago

I propose change bot example... to be more practical... i mean just read token from external private file it more secure than write token inside de rb file. And besides... gitignore will prevent private.token file to be upload but we can upload our own rb bot file. What do you think?