foxbot / Discord.Addons.Interactive

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

Fixed null references in InteractiveService #16

Closed Jyrka98 closed 5 years ago

Jyrka98 commented 5 years ago

The helper constructors were creating a new instance of the class instead of calling the main constructor. This fixes #13.