mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-16 11:02:44 -04:00
fixes (#22)
* Blackjack * sync * make BJ deck suffeling not OOB anymore * tag !juice recipients * lambchop RTP adjustment
This commit is contained in:
committed by
GitHub
parent
318241a58c
commit
be669bf951
@@ -116,7 +116,7 @@ public class SendJuiceCommand : ICommand
|
||||
$"Juice sent to {targetUser.KfUsername}", ct: ctx);
|
||||
await Money.ModifyBalanceAsync(targetGambler.Id, amount, TransactionSourceEventType.Juicer, $"Juice from {user.KfUsername}",
|
||||
gambler.Id, ctx);
|
||||
await botInstance.SendChatMessageAsync($"{user.FormatUsername()}, {await amount.FormatKasinoCurrencyAsync()} has been sent to {targetUser.KfUsername}", true);
|
||||
await botInstance.SendChatMessageAsync($"{user.FormatUsername()}, {await amount.FormatKasinoCurrencyAsync()} has been sent to {targetUser.FormatUsername()}", true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user