Type alias InteractionsSelfRoleOptions

InteractionsSelfRoleOptions: SelfRoleOptions & {
    useReactions?: false;
}

The options for the interactions-based self-role manager.

Type declaration

  • Optional useReactions?: false

Exports