show grantee and rank info in tokens list
This commit is contained in:
parent
fe53c16b23
commit
23e69eccbb
5 changed files with 86 additions and 18 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
|
@ -13512,13 +13512,17 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"permissions": string;
|
||||
/**
|
||||
* Override rank
|
||||
* Limit rank
|
||||
*/
|
||||
"overrideRank": string;
|
||||
/**
|
||||
* Overrides the user rank (admin, moderator, or user) for apps using this token.
|
||||
* Limits the user rank (admin, moderator, or user) for apps using this token.
|
||||
*/
|
||||
"overrideRankDescription": string;
|
||||
/**
|
||||
* Rank
|
||||
*/
|
||||
"rank": string;
|
||||
"_ranks": {
|
||||
/**
|
||||
* Admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue