picker getting closer....

This commit is contained in:
41666 2025-04-07 22:07:29 -07:00
parent 023f1651f8
commit 537b430224
20 changed files with 179 additions and 100 deletions

View file

@ -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:"-"`
}