From ecebe43d99aec477c76c170bb6e077700fb577b8 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Tue, 10 May 2022 00:29:43 +0700 Subject: [PATCH] Use image url --- Bot/Games/Store.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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