Twasi / twasi-core

Core application and backend of the Twasi chatbot for Twitch.
MIT License
19 stars 4 forks source link

Allow plugins to not provide a userplugin class (dependency) #25

Closed Laraakaa closed 5 years ago

Laraakaa commented 5 years ago

Not everything is a plugin, and thus not everything should be listed in the plugin store. If plugins do not specify dependency: true, they won't have to specify a user plugin class. This is often used for libraries that only need to interact with other plugins, but don't have a direct connection to the user interface.