Skip to content

Interface: SetGuildRoleOptions

Hierarchy

Properties

color

Optional color: number

身份组颜色 RGB 数值。

Defined in

src/bot-options.ts:201


hoist

Optional hoist: boolean

是否在成员列表中单独显示。

Inherited from

CreateGuildRoleOptions.hoist

Defined in

src/bot-options.ts:194


mentionable

Optional mentionable: boolean

是否可以被 @ 提及。

Inherited from

CreateGuildRoleOptions.mentionable

Defined in

src/bot-options.ts:192


name

Optional name: string

身份组名称。

Defined in

src/bot-options.ts:199


permissions

permissions: number

身份组权限值。

Defined in

src/bot-options.ts:203

Released under the MIT License.