mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
Add missing JSDoc for RoleTags
This commit is contained in:
@@ -20,7 +20,10 @@ export interface RoleData {
|
||||
}
|
||||
|
||||
export interface RoleTags {
|
||||
/** the id of the bot who has this role */
|
||||
bot_id?: string;
|
||||
/** whether this is the premium subscriber role for this guild */
|
||||
premium_subscriber?: null;
|
||||
/** the id of the integration this role belongs to */
|
||||
integration_id?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user