From ee9ae62e39c7ea64129b33829948c70558877ae9 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Tue, 13 Jan 2026 23:01:39 -0600 Subject: [PATCH] Use the target instead of whoever is running the command --- KfChatDotNetBot/Commands/Kasino/LegitCheckCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/Kasino/LegitCheckCommand.cs b/KfChatDotNetBot/Commands/Kasino/LegitCheckCommand.cs index 36eab48..5becfc8 100644 --- a/KfChatDotNetBot/Commands/Kasino/LegitCheckCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/LegitCheckCommand.cs @@ -68,7 +68,7 @@ public class LegitCheckCommand : ICommand } else { - var gambler = await Money.GetGamblerEntityAsync(user.Id, ct: ctx); + var gambler = await Money.GetGamblerEntityAsync(targetUser.Id, ct: ctx); if (gambler == null) { await botInstance.SendChatMessageAsync(