Skip to content

Commit

Permalink
oops x2
Browse files Browse the repository at this point in the history
  • Loading branch information
SylveonDeko committed Dec 2, 2024
1 parent acc012f commit 5404ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mewdeko/Extensions/IMessageExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static NewEmbed GetNewEmbedSource(this IMessage message)

if (i.Color.HasValue)
{
e.Color = i.Color.Value.RawValue.ToString();
e.Color = i.Color;
}

embedList.Add(e);
Expand Down

0 comments on commit 5404ab0

Please sign in to comment.