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