mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Missing bbcode close for win
This commit is contained in:
@@ -99,7 +99,7 @@ public class SlotsCommand : ICommand
|
|||||||
//if you win
|
//if you win
|
||||||
var featureAddOn = board.GotFeature ? "Congrats on the feature." : "";
|
var featureAddOn = board.GotFeature ? "Congrats on the feature." : "";
|
||||||
newBalance = await Money.NewWagerAsync(gambler.Id, wager, Convert.ToDecimal(winnings), WagerGame.Keno, ct: ctx);
|
newBalance = await Money.NewWagerAsync(gambler.Id, wager, Convert.ToDecimal(winnings), WagerGame.Keno, ct: ctx);
|
||||||
await botInstance.SendChatMessageAsync($"{user.FormatUsername()}, you [color={colors[BuiltIn.Keys.KiwiFarmsGreenColor].Value}win[/color]! Current balance: {await newBalance.FormatKasinoCurrencyAsync()}" +
|
await botInstance.SendChatMessageAsync($"{user.FormatUsername()}, you [color={colors[BuiltIn.Keys.KiwiFarmsGreenColor].Value}]win[/color]! Current balance: {await newBalance.FormatKasinoCurrencyAsync()}" +
|
||||||
$"{featureAddOn}", true, autoDeleteAfter:TimeSpan.FromSeconds(30));
|
$"{featureAddOn}", true, autoDeleteAfter:TimeSpan.FromSeconds(30));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user