Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MonitorOptions

Hierarchy

  • PieceOptions
    • MonitorOptions

Index

Properties

Optional allowedTypes

allowedTypes: MessageType[]

Optional enabled

enabled: undefined | false | true

Whether or not this piece should be enabled. Defaults to true.

Optional ignoreBots

ignoreBots: undefined | false | true

Optional ignoreEdits

ignoreEdits: undefined | false | true

Optional ignoreOthers

ignoreOthers: undefined | false | true

Optional ignoreSelf

ignoreSelf: undefined | false | true

Optional ignoreWebhooks

ignoreWebhooks: undefined | false | true

Optional name

name: undefined | string

The name of the piece. Defaults to the filename without extension.

Generated using TypeDoc