mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Change reputation counting algo.
This commit is contained in:
+1
-2
@@ -8,8 +8,7 @@ namespace Kruzya.TelegramBot.Core
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
CultureInfo.CurrentCulture = new CultureInfo("ru-RU");
|
||||
|
||||
CultureInfo.CurrentCulture = new CultureInfo("en-US");
|
||||
CreateHostBuilder(args).Build().Run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user