PaulSonOfLars / gotgbot

Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
MIT License
478 stars 106 forks source link

Improve sample bot documentation #70

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

Create a small README to describe all the sample bots and their functions.

Also, drive by fix to change from fmt.Println calls to log.Println calls, to set a good example.

Impact