VDS13 / telegram-inline-calendar

Date and time picker and Inline calendar for Node.js telegram bots
MIT License
88 stars 16 forks source link

docs: improve grammY example snippet in README #3

Closed KnorpelSenf closed 1 year ago

KnorpelSenf commented 1 year ago

There is a much cleaner way of writing the code. Also, this PR introduces async/await which makes error handling more correct. Also, TypeScript users will now enjoy code that type-checks.