Not deleting users
This commit is contained in:
@ -30,6 +30,7 @@ type User struct {
|
||||
DateJoined time.Time `bson:"date_joined"`
|
||||
JoinedMessage int `bson:"joined_message"`
|
||||
LastNotification time.Time `bson:"last_notification"`
|
||||
Warnings int `bson:"warnings"`
|
||||
}
|
||||
|
||||
func (User) Coll() string { return "users" }
|
||||
|
Reference in New Issue
Block a user