@hunteroi/discord-selfrole
    Preparing search index...

    Interface SelfRoleOptions

    SelfRoleOptions

    interface SelfRoleOptions {
        channelsMessagesFetchLimit: number;
        deleteAfterUnregistration: boolean;
        useReactions?: boolean;
    }
    Index

    Properties

    channelsMessagesFetchLimit: number

    The maximum channel's messages to fetch.

    deleteAfterUnregistration: boolean

    Whether or not the message of a channel should be deleted when the channel is unregistered

    useReactions?: boolean

    Whether the manager should be based on reactions or interactions.