예제 #1
0
 /// <summary>
 /// Send a confirmation message with arguments. The form is an embed with the confirm color.
 /// </summary>
 public Task <DiscordMessage> ReplyConfirmationAsync(DiscordChannel channel, ulong?guildId, string key, params object[] args)
 => channel.SendConfirmationMessageAsync(Localization.GetText(guildId, key, args));