Closed TheKayneGame closed 3 years ago
Fixed it. This build is not compatible withe the current discord.net i used a rebuild with the correct Dnet version. Discord.Extensions.Interactive from nuget. Thanks to the guys ate the discord API discord server
I am struggling with the Interactive addon. If i run any of the Functions that uses the SendMessageAsync() Method it fails and the result.ErrorReason returns:
Method` not found: 'System.Threading.Tasks.Task`1<Discord.Rest.RestUserMessage> Discord.WebSocket.ISocketMessageChannel.SendMessageAsync(System.String, Boolean, Discord.Embed, Discord.RequestOptions)'.
My Module class is defined as
public class QuoteModule : InteractiveBase<SocketCommandContext>
and i think im am setting up the Services correctly