skiqqy / C45DiscordBot

Proprietary™ (Thats a joke btw) C45 discord bot.
MIT License
2 stars 1 forks source link

Plugins that perform action from message input #41

Open DavidBakerEffendi opened 4 years ago

DavidBakerEffendi commented 4 years ago

Right now plugins only add new commands but we could extend this to add a method that will take a message. It would be good to make this dynamic i.e. the configuration doesn't have to tell C45Bot which is which (as it could be both) it should look for the presence of the functions or implement/overload an interface/parent class.