List the currently active features of the bot in the README #10
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
telegram bot
First-time Contributors
If it is the first time that you contribute to the bot, follow these steps:
Hey all, I would like to work on this issue.
/newbot
from the options it provides.TELEGRAM_TOKEN
provided by Botfather.git clone https://github.com/<YOUR_USERNAME>/bots.git && cd bots/telegram-bot
go build .
export TELEGRAM_TOKEN=<botfather_token>
./telegram-bot
. The bot would be running at the user handle provided by you.git push origin master
and then open a PR! 🎉The text was updated successfully, but these errors were encountered: