Updating Raffle status
This commit is contained in:
parent
7712a2c298
commit
89b0abde44
@ -197,8 +197,8 @@ namespace ChaosBot.Discord.Modules
|
|||||||
{
|
{
|
||||||
ulong userId = Convert.ToUInt64(user.Substring(3, user.Length-4));
|
ulong userId = Convert.ToUInt64(user.Substring(3, user.Length-4));
|
||||||
|
|
||||||
sb.AppendLine($"<@{userId}>, you have {_currentPot.GetValueOrDefault(userId)} rafflepoints.");
|
sb.AppendLine($"<@{userId}>, you have {RaffleRepository.selectUser(userId.ToString()).Length} rafflepoints.");
|
||||||
sb.AppendLine($"There is a total of {_currentPot.Values.Sum()} rafflepoints.");
|
sb.AppendLine($"There is a total of {RaffleRepository.all().Length} rafflepoints.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user