public static EmbedBuilder WithBoldDescription(this EmbedBuilder builder, string Description) { return(builder.WithDescription(TextUtils.Bold(Description))); }