Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GuildIntegration

Guild integration object

Hierarchy

Index

Constructors

constructor

Properties

account

The integration account information

bot

bot: Bot

The Bot operating this structure

enableEmoticons

enableEmoticons: boolean

Whether emoticons should be synced for this integration (twitch only currently)

enabled

enabled: boolean

Whether this integration is enabled

expire

The expire data for this integration

guild

guild: Guild

The Guild associated to this structure

id

The ID of the integration

name

name: string

The name of the integration

role

role: Role | undefined

The role that this integration uses for "subscribers"

syncedAt

syncedAt: Timestamp

Timestamp of when this integration was last synced

syncing

syncing: boolean

Whether this integration is syncing

type

type: string

The type of the integration

example

twitch

example

youtube

user

user: User

The user for this integration

Methods

clone

  • clone(): this

modify

sync

  • sync(): Promise<void>

update

Generated using TypeDoc