Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 707 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 707 Bytes

Interactive

An addon for Discord.Net that adds interactivity to your commands.

Supported Features

  • Waiting for messages over the gateway
  • Paginated messages
  • Reaction callbacks
  • A powerful criteria system

Usage

To use, add an InteractiveService to your service provider. It is also recommended to make your modules inherit from InteractiveBase

Acknowledgements

  • Foxbot for the original code
  • maxplayle04 for porting the code and rebuilding the NuGet package making it compatible with D.NET 2.3.0