mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Fixed a missing use of FormatUsername()
This commit is contained in:
@@ -151,7 +151,7 @@ internal class BotCommands
|
|||||||
if (newLevel == null) return;
|
if (newLevel == null) return;
|
||||||
var payout = await gambler.UpgradeVipLevel(newLevel, _cancellationToken);
|
var payout = await gambler.UpgradeVipLevel(newLevel, _cancellationToken);
|
||||||
await _bot.SendChatMessageAsync(
|
await _bot.SendChatMessageAsync(
|
||||||
$"🤑🤑 {user.KfUsername} has leveled up to to {newLevel.VipLevel.Icon} {newLevel.VipLevel.Name} Tier {newLevel.Tier} " +
|
$"🤑🤑 {user.FormatUsername()} has leveled up to to {newLevel.VipLevel.Icon} {newLevel.VipLevel.Name} Tier {newLevel.Tier} " +
|
||||||
$"and received a bonus of {await payout.FormatKasinoCurrencyAsync()}", true);
|
$"and received a bonus of {await payout.FormatKasinoCurrencyAsync()}", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user