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

    Interface MessageOptions

    MessageOptions

    interface MessageOptions {
        descriptionPrefix?: string;
        descriptionSuffix?: string;
        format: (rte: RoleToEmojiData) => string;
        sendAsEmbed: boolean;
    }

    Hierarchy

    • EmbedData
      • MessageOptions
    Index

    Properties

    descriptionPrefix?: string

    The description prefix added to each message.

    descriptionSuffix?: string

    The description suffix added to each message.

    format: (rte: RoleToEmojiData) => string

    A description resolver method for a role-emoji pair.

    MessageOptions

    sendAsEmbed: boolean

    Whether the message should be sent as an embed or not.