Greetings, storage of joined users
This commit is contained in:
@ -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"`
|
||||
|
Reference in New Issue
Block a user