Type alias ReactionsSelfRoleOptions

ReactionsSelfRoleOptions: SelfRoleOptions & {
    useReactions: true;
}

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

Type declaration

  • useReactions: true

Export