Greetings, storage of joined users

This commit is contained in:
2023-09-10 02:48:59 +03:00
parent 635f27f5ed
commit 9533b43b98
5 changed files with 89 additions and 38 deletions

View File

@ -25,7 +25,6 @@ type User struct {
LastName string `bson:"last_name"`
CorrectAnswer int8 `bson:"correct_answer"`
CaptchaMessage int `bson:"captcha_message"`
IsBanned bool `bson:"is_banned"`
IsJoined bool `bson:"is_joined"`
DateJoined time.Time `bson:"date_joined"`
JoinedMessage int `bson:"joined_message"`