|
@@ -29,7 +29,6 @@ namespace MafiaTelegramBot.Models.Commands
|
|
|
{
|
|
|
var chatId = update.Message.Chat.Id;
|
|
|
var userId = update.Message.From.Id;
|
|
|
- Console.WriteLine($"{userId} {update.Message.Text}");
|
|
|
await Bot.Get().SendChatActionAsync(chatId, ChatAction.Typing);
|
|
|
|
|
|
if (!await UserDao.UserExists(userId)) await Bot.RegisterNewUser(update);
|