Skip to content

Shukashuu/Discord.Addons.Interactive

 
 

Repository files navigation

Interactive

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

Differences from the original repository

  • 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

Supported Features

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

Installation

dotnet add package Discord.Addons.ShukaInteractive --version 1.0.3

Usage

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

About

add some interactivity to your commands 🙂

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.1%
  • Shell 0.9%