-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Currently, command objects will generate all relevant info needed for their results, and then forward that information along to the person/channel that requested it. The issue is this makes solving questions/queries using commands difficult as responding to a user query and sending the answer back to them is tightly coupled together.
The ideal solution would make a separate class to solve each 'question' which can be utilized using the corresponding Command class which can then use #12 templates for output.
Reactions are currently unavailable