feat: add invites to backend
This commit is contained in:
parent
47ed36d24c
commit
6237ea940f
7 changed files with 234 additions and 30 deletions
|
@ -24,6 +24,8 @@ type User struct {
|
|||
|
||||
Discord *string
|
||||
DiscordUsername *string
|
||||
|
||||
MaxInvites int
|
||||
}
|
||||
|
||||
// usernames must match this regex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue