Discord.Addons.Interactive
Discord.Addons.Interactive copied to clipboard
How do I make NextMessageAsync work in slash commands?
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 user must be DiscordSocketClient, but SocketClient cannot be converted, secondly you need command message, but slash command is not a messsage, please help!
Could you send some code? For What I see now is that you need to use InteractiveBase<SocketCommandContext> instead of just InteractiveBase
I don't know what should I send
Module where you have a problem