jb3 / concoction

Concoction is a Discord library for Elixir.
https://discord.gg/F6SYMSu
MIT License
2 stars 0 forks source link

Command system #19

Open jb3 opened 4 years ago

jb3 commented 4 years ago

Long term goal is some sort of command system for users to have arguments for commands parsed and sent to their functions with a lot of the hard work done for them.

This should probably use a similar genstage system.

jchristgit commented 1 year ago

+1 for this feature!

I have long had to implement my own custom command parsing logic and would much like to have something like this. Until then, I will continue sending my commands to Amazon Mechanical Turk to have them parsed for my bot.