show grantee and rank info in tokens list

This commit is contained in:
Hazelnoot 2025-06-21 10:04:41 -04:00
parent fe53c16b23
commit 23e69eccbb
5 changed files with 86 additions and 18 deletions

8
locales/index.d.ts vendored
View file

@ -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