foxbot / Discord.Addons.Interactive

add some interactivity to your commands 🙂
ISC License
73 stars 54 forks source link

Make InteractiveBase abstract #15

Closed k-boyle closed 5 years ago

k-boyle commented 5 years ago

Not something that's a massive problem but earlier in the Discord.Net channel someone was trying to create a new instance of InteractiveBase and access its methods. This change just makes it more consistent with ModuleBase and ModuleBase<T> but also explicitly shows that the class is intended to be inherited.