diff --git a/src/types/role.ts b/src/types/role.ts index aaae41b90..46c9c7feb 100644 --- a/src/types/role.ts +++ b/src/types/role.ts @@ -16,7 +16,7 @@ export interface RoleData { /** whether this role is mentionable */ mentionable: boolean; /** Certain roles may have tags that allow you to determine if this role is related to a bot, an integration, or the booster role. */ - tags: RoleTags | null; + tags?: RoleTags; } export interface RoleTags {