An addon for Discord.Net that adds interactivity to your commands.
- Uses the nightly (pre-release) versions of Discord.Net.Commands and Discord.Net.Websocket
- Uses PassiveModding's Inline Reaction methods
- The whole base code is slighlty altered to fit with my own coding style
- Waiting for messages over the gateway
- Paginated messages
- Reaction callbacks
- A powerful criteria system
dotnet add package Discord.Addons.ShukaInteractive --version 1.0.3
To use, add an InteractiveService
to your service provider. It is also recommended to make your modules inherit from InteractiveBase