Skip to content

Commit

Permalink
Update Nasa.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike committed Feb 12, 2024
1 parent 314dc6d commit 19bf21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Nasa.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ internal DiscordEmbedBuilder GetDiscordEmbedBuilder()
Color = Data.ConfigJson.DefaultColor.DiscordColor,
Footer = new DiscordEmbedBuilder.EmbedFooter
{
Text = $"Copyright: {copyright}{DateField}: {DateContent.Date.ToString(DateFormat)}",
Text = $"Copyright: {copyright.Replace("\n", "")}{DateField}: {DateContent.Date.ToString(DateFormat)}",
}
}.WithImageUrl(ImageUrlContent).AddField($"👇🏻 {ExplanationField}", $"{Environment.NewLine}{ExplanationContent}");

Expand Down

0 comments on commit 19bf21d

Please sign in to comment.