Make coggiebot more hackable #140
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Priority
Currently there is no universal system for adding extra components outside of using rust. Effectively there should be some feature parity with http-cgi scripts. The a child process is ran with input provided by the message as stdin. Data written to stdout is considered the response for the message.
The strategy for formulating embeds/replies has not been specified yet.
Commands will be mappied onto universal identifiers, and placed as commands inside coggiebot's controllers. This could be built upon #141
The text was updated successfully, but these errors were encountered: