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 🙂
- Host: GitHub
- URL: https://github.com/foxbot/discord.addons.interactive
- Owner: foxbot
- License: isc
- Created: 2017-07-14T15:16:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T13:48:06.000Z (over 4 years ago)
- Last Synced: 2025-04-02T05:09:51.557Z (over 1 year ago)
- Topics: discord, discord-net
- Language: C#
- Homepage:
- Size: 34.2 KB
- Stars: 72
- Watchers: 6
- Forks: 54
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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`