diff --git a/Bot/Thief.fs b/Bot/Thief.fs index 5ae24d9..c712e23 100644 --- a/Bot/Thief.fs +++ b/Bot/Thief.fs @@ -64,7 +64,7 @@ let getResultEmbed chance prize (bank : int) thief (victim : DiscordPlayer) embed.WithTitle($"Steal Results") .WithColor(color) .WithDescription(msg) - .WithImageUrl(img) +// .WithImageUrl(img) // TODO: See if we are going to keep this let checkVictimStealingCooldown defender attacker =