Пример #1
0
 public static async Task <IUserMessage> MsgReplyEmbedAsync(this SocketCommandContext context, object content, bool disalbeMention = true)
 {
     return(await context.Message.ReplyAsync(embed : context.CreateEmbed(content.ToString()).Build(), allowedMentions : disalbeMention?AllowedMentions.None : null));
 }