Export

MessageOptions

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

Hierarchy

  • EmbedData
    • MessageOptions

Properties

descriptionPrefix?: string

The description prefix added to each message.

descriptionSuffix?: string

The description suffix added to each message.

format: ((rte) => string)

A description resolver method for a role-emoji pair.

Type declaration

Memberof

MessageOptions

sendAsEmbed: boolean

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