diff --git a/BotNet.Services/Khodam/KhodamCalculator.cs b/BotNet.Services/Khodam/KhodamCalculator.cs index 12e33e9..29e7722 100644 --- a/BotNet.Services/Khodam/KhodamCalculator.cs +++ b/BotNet.Services/Khodam/KhodamCalculator.cs @@ -91,7 +91,7 @@ public static string CalculateKhodam(string name, long userId) { ); // Kosong vs isi - if (hashCode % 9679 < 700) { + if (hashCode % 20 == 13) { return "Kosong"; }