An open API service indexing awesome lists of open source software.

https://github.com/foxbot/discord.addons.interactive

add some interactivity to your commands 🙂
https://github.com/foxbot/discord.addons.interactive

discord discord-net

Last synced: 10 months ago
JSON representation

add some interactivity to your commands 🙂

Awesome Lists containing this project

README

          

# Interactive

An addon for [Discord.Net](https://github.com/RogueException/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`