dwhitacre / easy-twitch-bot

Extendable PnP rule based twitch bot framework
Apache License 2.0
1 stars 0 forks source link

separate shared functionality to base class #7

Open dwhitacre opened 5 years ago

dwhitacre commented 5 years ago

each of the twitch client, hapi server, and soon to be rbac class, has shared functionality around settings, state, and implementation. we should scope this out into a parent class that each of these classes inherit from

dwhitacre commented 5 years ago

same with storage manager now too