add recoil store
This commit is contained in:
parent
580449440a
commit
2e4b8b9823
10 changed files with 225 additions and 68 deletions
|
@ -22,7 +22,8 @@ type User struct {
|
|||
AvatarURL *string
|
||||
Links []string
|
||||
|
||||
Discord *string
|
||||
Discord *string
|
||||
DiscordUsername *string
|
||||
}
|
||||
|
||||
// usernames must match this regex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue