admin red
This commit is contained in:
parent
d2f06c4527
commit
0946c2dcb9
@ -106,7 +106,7 @@ class Program
|
||||
await botClient.SendMessage(chatId: message.Chat.Id, text: "Пожалуйста, отправьте описание проблемы.");
|
||||
Log.Information("Ответ на команду /report отправлен.");
|
||||
}
|
||||
else if (message.Text.StartsWith("/admin qwerty"))
|
||||
else if (message.Text.StartsWith("/admin"))
|
||||
{
|
||||
string passwordAttempt = message.Text.Substring(7); // Получаем пароль, который ввел пользователь
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user