picker getting closer....
This commit is contained in:
parent
023f1651f8
commit
537b430224
20 changed files with 179 additions and 100 deletions
|
@ -8,4 +8,8 @@ type Role struct {
|
|||
UnicodeEmoji string `json:"unicode_emoji"` // unused, future?
|
||||
Permissions uint64 `json:"permissions,string"`
|
||||
Position uint8 `json:"position"`
|
||||
|
||||
// Not Discord; used internally
|
||||
Selected bool `json:"-"`
|
||||
Safe bool `json:"-"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue