Exemplo n.º 1
0
 public static void AcknowledgeMessage(this DiscordClient client, ulong channelId, ulong messageId)
 {
     client.AcknowledgeMessageAsync(channelId, messageId).GetAwaiter().GetResult();
 }