Small copy fix
This commit is contained in:
		
							parent
							
								
									caf902725b
								
							
						
					
					
						commit
						03ffe4d4a4
					
				| @ -161,7 +161,8 @@ let purchaseItemEmbed quantity (item : Item) = | |||||||
|     embed.Title <- $"Purchased {quantity}x {item.Name}" |     embed.Title <- $"Purchased {quantity}x {item.Name}" | ||||||
|     match item.Type with |     match item.Type with | ||||||
|     | ItemType.Jpeg -> |     | ItemType.Jpeg -> | ||||||
|         embed.Description <- $"Congratulations! You are in the draw for the {item.Name}.\n\nThe winner will be announced soon in the <#{GuildEnvironment.channelGiveaway}>" |         let itemName = item.Name.Replace("🎟️", "") | ||||||
|  |         embed.Description <- $"Congratulations! You are in the draw for the {itemName}.\n\nThe winner will be announced soon in <#{GuildEnvironment.channelGiveaway}>" | ||||||
|         embed.ImageUrl <- item.ImageUrl |         embed.ImageUrl <- item.ImageUrl | ||||||
|         embed.Thumbnail <- DiscordEmbedBuilder.EmbedThumbnail() |         embed.Thumbnail <- DiscordEmbedBuilder.EmbedThumbnail() | ||||||
|         embed.Thumbnail.Url <- item.IconUrl |         embed.Thumbnail.Url <- item.IconUrl | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user