diff --git a/Bot/Games/Store.fs b/Bot/Games/Store.fs index 6f8c73f..e28becb 100644 --- a/Bot/Games/Store.fs +++ b/Bot/Games/Store.fs @@ -157,7 +157,7 @@ let purchaseItemEmbed (item : Item) = match item.Type with | ItemType.Jpeg -> embed.Description <- $"Congratulations! You are in the draw for the {item.Name}. The winner will be announced soon in the <#{GuildEnvironment.channelGiveaway}>" - embed.ImageUrl <- item.Description + embed.ImageUrl <- item.ImageUrl | _ -> embed.Description <- $"Purchased {item.Name}" embed