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