Удалил спам
All checks were successful
Local Deploy with Docker / build-and-deploy (push) Successful in 42s

This commit is contained in:
Dmitrii Prokudin 2024-12-26 10:48:48 +03:00
parent 809a1feac7
commit 2bf735e1bc

View File

@ -47,10 +47,6 @@ public class BotService
{
await HandleStatCommandAsync(message, cancellationToken);
}
else
{
await _botClient.SendTextMessageAsync(message.Chat.Id, "Неизвестная команда. Попробуйте /reg", cancellationToken: cancellationToken);
}
}
}