diff --git a/Bot/Thief.fs b/Bot/Thief.fs index d523206..5ae24d9 100644 --- a/Bot/Thief.fs +++ b/Bot/Thief.fs @@ -57,7 +57,7 @@ let getResultEmbed chance prize (bank : int) thief (victim : DiscordPlayer) , DiscordColor.Green | WentToPrison -> embed.AddField("Result" , $"Imprisoned", true) |> ignore - $"You're going to **PRISON**...\n\n{thief.Name} knows Karate and elbowed you in the nose. While unconscious, they called the cops." + $"You're going to **PRISON**...\n\n{victim.Name} knows Karate and elbowed you in the nose. While unconscious, they called the cops." , "https://thumbs.dreamstime.com/b/vector-pixel-art-prisoner-isolated-cartoon-vector-pixel-art-prisoner-129807237.jpg" , DiscordColor.Red @@ -222,8 +222,8 @@ type StealGame() = [] member this.Steal (ctx : InteractionContext, - [] target : DiscordUser, - [] amount : double) = + [] amount : double, + [] target : DiscordUser) = // enforceChannel (DiscordInteractionContext ctx) (steal target amount) steal target amount (DiscordInteractionContext ctx)