ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang
MIT License
165 stars 24 forks source link

Lots of changes #3

Closed watzon closed 6 years ago

watzon commented 6 years ago

Telebot wasn't installing correctly for me because the new nimscript format of .nimble files doesn't accept a name parameter, skipDirs has to be a sequence, and requires is a proc.

Edit: Also removed some unnecessary imports, fixed a few formatting issues, and added the concept of "commands" which can be added by using the new Telebot.handle proc.

ba0f3 commented 6 years ago

awesome, thank you!

watzon commented 6 years ago

No problem! Great project you have here!

Note: You may want to do a full version bump since I changed the api for the newTeleBot method.