Discord.Addons.Interactive icon indicating copy to clipboard operation
Discord.Addons.Interactive copied to clipboard

add some interactivity to your commands 🙂

Results 21 Discord.Addons.Interactive issues
Sort by recently updated
recently updated
newest added

Hello, so I wanted to use NextMessageAsync for my bot, but I got problem. It needs something called `SocketCommandContext` and it does need user and message, but firstly in `SocketCommandContext`...

As a new version of discord.net, these packages should be updated

I am getting the below error when trying to send a paginated message to a channel using .net 5.0 and Discord.Net 2.4.0. I am confused as I thought this was...

Update Discord.Net.Commands and Discord.Net.WebSocket to recent versions.

Updated all dependencies to the latest version. Checked that all of the SampleApp commands still work. My hope is this fixes issues like #33.

Changed one line, to not throw an exception when using Discord.Net 3.0.0

Is there a requirement to call this method from within a Command or within the Command class? I wrote a small Utilities class in which I implemented the method NextMessageByUserContains(string...

I added the NuGet package to my project and linked everything up, and upon trying to start the bot I get an error message saying "dependency"InteractiveService" was not found. I...

Hello, Im using Discord.Addons.Interactive (latest version) and I recently updated to Discord.Net 2.2.0, it seems that the paged messages aren't working anymore. The bot adds the reactions but the ReactionAdded...