Otann / morse

📡 Clojure interface for Telegram Bot API
Eclipse Public License 1.0
257 stars 48 forks source link

Fix example usage of message macro in README #45

Closed yi-jiayu closed 5 years ago

yi-jiayu commented 5 years ago

When looking through the README I was confused to see the usage of the message macro taking a "start" argument. After looking closer at the source (https://github.com/Otann/morse/blob/master/src/morse/handlers.clj#L64 and https://github.com/Otann/morse/blob/master/src/morse/handlers.clj#L107-L109), it seems to be unnecessary.

Anyway, thanks for the great library, I'm planning to give it a try.

Otann commented 5 years ago

Hi @yi-jiayu , big thank you for your contribution!

yi-jiayu commented 5 years ago

No problem!