Use the target instead of whoever is running the command

This commit is contained in:
barelyprofessional
2026-01-13 23:01:39 -06:00
parent 29f2863c9a
commit ee9ae62e39

View File

@@ -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(