erichaagdev / KappaBot

The derpiest chat bot of them all.
1 stars 1 forks source link

Refactor message parsing #10

Closed erichaagdev closed 4 years ago

erichaagdev commented 4 years ago

This PR aims to improve the way data is passed to the command objects by using a single payload. The payload contains an object implementing a new CommandMetadata interface, which should be implemented by any callers to the bot (currently Discord and Rest).