using (DiscordWebhookClient client = new DiscordWebhookClient(WEBHOOK_URL)) { ulong z = 42342340290226; client.ModifyMessageAsync(z);//Not sure how I wo
To get channel I use Client.GetChannel(Bot.ChannelStatisticsID) To get message I use Channel.GetMessageAsync(Bot.MessageStatisticsID) How edit message?
I'm currently working at a discord bot and the CommandHandler needs an IServiceProvider for the Dependency Injection but I do use Ninject does anyone know a way
I have two modules for my Discord Bot: The first one is the UserModule, where every commands are, that users can execute, and the second one is the AdminModule,