2 minutes to solve Captcha. Removing "Joined" message after ban

This commit is contained in:
2022-04-05 11:18:10 +03:00
parent cccf47fd78
commit 4555d4fa59
3 changed files with 8 additions and 2 deletions

View File

@ -15,4 +15,5 @@ type User struct {
CaptchaMessage int `bson:"captcha_message"`
IsBanned bool `bson:"is_banned"`
DateJoined int64 `bson:"date_joined"`
JoinedMessage int `bson:"joined_message"`
}