Releases: foxbot/Discord.Addons.Interactive
Releases · foxbot/Discord.Addons.Interactive
v1.0.0
This is the initial release of my Interactive addon for Discord.Net
Added
- Added
ICriterion<T> - Added
Criteria<T>, to support running multiple criteria at once - Added some basic criteria for messages
- Added
IReactionCallbackfor handling reactions on messages - Added
PaginatedMessageCallbackto serve as a reaction-powered Paginator - Added
InteractiveService, with support for ReactionCallbacks, and waiting for messages - Added
InteractiveBase<T>, a derivative ofModuleBase, to provide easy access to the methods onInteractiveService - Added
OkResult, a derivative ofRuntimeResult; to be used with theOk()method onInteractiveBase. This is designed to be used like ASP.NET Core'sIActionResultpattern - awaiting discord-net/Discord.Net#747 for more support