Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlacklistMutationData

Contains information about a blacklist mutation (add/remove).

property

{string} value - The value of the blacklist entry.

property

{BlacklistType} blacklist - The name of the blacklist.

property

{BlacklistEntryKind} kind - The kind of the blacklist entry (regex or substring).

property

{boolean} global - Whether or not the blacklist entry is global.

property

{string} guild - The ID of the guild that the blacklist entry belongs to.

property

{Blacklist} metadata - The metadata of the blacklist entry.

Hierarchy

  • BlacklistMutationData

Index

Properties

blacklist

blacklist: BlacklistType

global

global: boolean

Optional guild

guild?: string

kind

metadata

metadata: Blacklist

value

value: string

Generated using TypeDoc