elixir-telegram-bot-boilerplate icon indicating copy to clipboard operation
elixir-telegram-bot-boilerplate copied to clipboard

A boilerplate for making telegram bots with Elixir and Nadia

Results 3 elixir-telegram-bot-boilerplate issues
Sort by recently updated
recently updated
newest added

I think this project would benefit from being published as a hex package. IMO the current structure is not fully suited for publishing just yet. For example the global nature...

enhancement

I should improve command matching to accept arguments the more natural way.

enhancement

The botfather expects a list of commands like this: ``` command1 - Description command2 - Another description ``` This could be generated automatically from the code. So this is a...

enhancement