From 3059255069beeda67e7bd817e42e3abeb499178c Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 24 Feb 2022 21:01:16 +0700 Subject: [PATCH] Remove steal gifs --- Bot/Thief.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =