Revamp the README
Tweak docstrings
I don't expect any more breaking changes.
Update the docs a bit.
Don't set a clojure version in the deps.
Allow setting the base-url
when creating a client. I've not personally used this but apparently you can have a local bot api server, lmk if anyone finds this useful!
We now assert that the token is set when creating a client:
(tg/make-client {})
; Assert failed: :token is required
Initial release with invoke
& support for files etc