upd Authentification
This commit is contained in:
@@ -40,8 +40,6 @@ namespace SvetoforVKBot.Models.Commands.LK
|
||||
user.colorId = 0;
|
||||
db.SaveChanges();
|
||||
|
||||
msg += user.fio + "\n\n";
|
||||
|
||||
if ((DateTime.Now.Month >= user.birthday.Month) && (DateTime.Now.Day >= user.birthday.Day))
|
||||
age = DateTime.Now.Year - user.birthday.Year;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user