interface ClientEvents { announcementCommentCreate: [comment
: AnnouncementComment]; announcementCommentDelete: [comment
: AnnouncementComment]; announcementCommentUpdate: [comment
: AnnouncementComment, oldComment
: null | JSONAnnouncementComment]; announcementCreate: [announcement
: Announcement]; announcementDelete: [announcement
: Announcement]; announcementUpdate: [announcement
: Announcement, oldAnnouncement
: null | JSONAnnouncement]; calendarCommentCreate: [comment
: CalendarComment]; calendarCommentDelete: [comment
: CalendarComment]; calendarCommentUpdate: [comment
: CalendarComment, oldComment
: null | JSONCalendarComment]; calendarEventCreate: [CalendarEvent
: CalendarEvent]; calendarEventDelete: [CalendarEvent
: CalendarEvent]; calendarEventRsvpBulkUpdate: [CalendarRSVPs
: CalendarEventRSVP[], oldRSVPs
: (null | JSONCalendarRSVP)[]]; calendarEventRsvpDelete: [CalendarRSVP
: CalendarEventRSVP]; calendarEventRsvpUpdate: [CalendarRSVP
: CalendarEventRSVP, oldRSVP
: null | JSONCalendarRSVP]; calendarEventUpdate: [CalendarEvent
: CalendarEvent, oldEvent
: null | JSONCalendarEvent]; channelArchive: [channel
: AnyChannel]; channelCategoryRolePermissionCreated: [channelCategoryRolePermission
: ChannelCategoryRolePermission]; channelCategoryRolePermissionDeleted: [channelCategoryRolePermission
: ChannelCategoryRolePermission]; channelCategoryRolePermissionUpdated: [channelCategoryRolePermission
: ChannelCategoryRolePermission]; channelCategoryUserPermissionCreated: [channelCategoryUserPermission
: ChannelCategoryUserPermission]; channelCategoryUserPermissionDeleted: [channelCategoryUserPermission
: ChannelCategoryUserPermission]; channelCategoryUserPermissionUpdated: [channelCategoryUserPermission
: ChannelCategoryUserPermission]; channelCreate: [channel
: AnyChannel]; channelDelete: [channel
: AnyChannel]; channelRestore: [channel
: AnyChannel]; channelRolePermissionCreated: [channelRolePermission
: ChannelRolePermission]; channelRolePermissionDeleted: [channelRolePermission
: ChannelRolePermission]; channelRolePermissionUpdated: [channelRolePermission
: ChannelRolePermission]; channelUpdate: | [channel
: TextChannel, oldChannel
: null | JSONTextChannel] | [channel
: ForumChannel, oldChannel
: null | JSONForumChannel] | [channel
: CalendarChannel, oldChannel
: null | JSONCalendarChannel] | [channel
: DocChannel, oldChannel
: null | JSONDocChannel] | [channel
: GuildChannel, oldChannel
: null | JSONGuildChannel] | [channel
: Channel, oldChannel
: null | JSONChannel]; channelUserPermissionCreated: [channelUserPermission
: ChannelUserPermission]; channelUserPermissionDeleted: [channelUserPermission
: ChannelUserPermission]; channelUserPermissionUpdated: [channelUserPermission
: ChannelUserPermission]; debug: [message
: string | object]; docCommentCreate: [comment
: DocComment]; docCommentDelete: [comment
: DocComment]; docCommentUpdate: [comment
: DocComment, oldComment
: null | JSONDocComment]; docCreate: [Doc
: Doc]; docDelete: [DeletedDoc
: Doc]; docUpdate: [Doc
: Doc, oldDoc
: null | JSONDoc]; error: [error
: Error]; exit: [message
: string]; forumCommentCreate: [comment
: ForumThreadComment]; forumCommentDelete: [comment
: ForumThreadComment]; forumCommentUpdate: [comment
: ForumThreadComment, oldComment
: null | JSONForumThreadComment]; forumThreadCreate: [thread
: ForumThread<ForumChannel>]; forumThreadDelete: [thread
: ForumThread<ForumChannel>]; forumThreadLock: [ForumThread
: ForumThread<ForumChannel>]; forumThreadPin: [thread
: ForumThread<ForumChannel>]; forumThreadUnlock: [ForumThread
: ForumThread<ForumChannel>]; forumThreadUnpin: [thread
: ForumThread<ForumChannel>]; forumThreadUpdate: [thread
: ForumThread<ForumChannel>, oldThread
: null | JSONForumThread<ForumChannel>]; guildBanAdd: [BannedMember
: BannedMember]; guildBanRemove: [BannedMember
: BannedMember]; guildCategoryCreate: [category
: Category]; guildCategoryDelete: [category
: Category]; guildCategoryUpdate: [category
: Category]; guildCreate: [GuildCreateInfo
: GuildCreateInfo]; guildDelete: [GuildDeleteInfo
: GuildDeleteInfo]; guildGroupCreate: [guildGroup
: Group]; guildGroupDelete: [guildGroup
: Group]; guildGroupUpdate: [guildGroup
: Group, oldGuildGroup
: null | JSONGroup]; guildMemberAdd: [Member
: Member, guildMemberCount
: number]; guildMemberRemove: [MemberRemoveInfo
: MemberRemoveInfo]; guildMemberUpdate: [MemberUpdateInfo
: MemberUpdateInfo]; guildRoleCreate: [role
: Role]; guildRoleDelete: [role
: Role]; guildRoleUpdate: [role
: Role, oldRole
: null | JSONRole]; interactionCreate: [interaction
: AnyInteraction]; listItemComplete: [item
: ListItem]; listItemCreate: [item
: ListItem]; listItemDelete: [item
: ListItem]; listItemUncomplete: [item
: ListItem]; listItemUpdate: [item
: ListItem]; messageCreate: [message
: Message<TextChannel>]; messageDelete: [message
: PossiblyUncachedMessage]; messagePin: [message
: Message<TextChannel>]; messageUnpin: [message
: Message<TextChannel>]; messageUpdate: [message
: Message<TextChannel>, oldMessage
: null | JSONMessage]; reactionAdd: [reactionInfo
: AnyReactionInfo]; reactionBulkRemove: [bulkInfo
: ChannelMessageReactionBulkRemove]; reactionRemove: [reactionInfo
: AnyReactionInfo]; ready: []; userStatusCreate: [userStatus
: UserStatusCreate]; userStatusDelete: [userStatus
: UserStatusDelete]; warn: [message
: string]; webhooksCreate: [webhook
: Webhook]; webhooksUpdate: [webhook
: Webhook]; } Events
announcementCommentCreate
announcementCommentDelete
announcementCommentUpdate
announcementCreate
announcementDelete
announcementUpdate
calendarCommentCreate
calendarCommentDelete
calendarCommentUpdate
calendarEventCreate
calendarEventDelete
calendarEventRsvpBulkUpdate
calendarEventRsvpDelete
calendarEventRsvpUpdate
calendarEventUpdate
channelArchive
channelCategoryRolePermissionCreated
channelCategoryRolePermissionDeleted
channelCategoryRolePermissionUpdated
channelCategoryUserPermissionCreated
channelCategoryUserPermissionDeleted
channelCategoryUserPermissionUpdated
channelCreate
channelDelete
channelRestore
channelRolePermissionCreated
channelRolePermissionDeleted
channelRolePermissionUpdated
channelUpdate
channelUserPermissionCreated
channelUserPermissionDeleted
channelUserPermissionUpdated
debug
debug: [message: string | object]
docCommentCreate
docCommentDelete
docCommentUpdate
docCreate
docDelete
docDelete: [DeletedDoc
: Doc] docUpdate
error
error: [error: Error]
exit
exit: [message: string]
forumCommentCreate
forumCommentDelete
forumCommentUpdate
forumThreadCreate
forumThreadDelete
forumThreadLock
forumThreadPin
forumThreadUnlock
forumThreadUnpin
forumThreadUpdate
guildBanAdd
guildBanRemove
guildCategoryCreate
guildCategoryCreate: [category
: Category] guildCategoryDelete
guildCategoryDelete: [category
: Category] guildCategoryUpdate
guildCategoryUpdate: [category
: Category] guildCreate
guildDelete
guildGroupCreate
guildGroupCreate: [guildGroup
: Group] guildGroupDelete
guildGroupDelete: [guildGroup
: Group] guildGroupUpdate
guildGroupUpdate: [guildGroup
: Group, oldGuildGroup
: null | JSONGroup] guildMemberAdd
guildMemberAdd: [Member
: Member, guildMemberCount
: number] guildMemberRemove
guildMemberUpdate
guildRoleCreate
guildRoleCreate: [role
: Role] guildRoleDelete
guildRoleDelete: [role
: Role] guildRoleUpdate
interactionCreate
listItemComplete
listItemCreate
listItemDelete
listItemUncomplete
listItemUpdate
messageCreate
messageDelete
messagePin
messageUnpin
messageUpdate
reactionAdd
reactionBulkRemove
reactionRemove
ready
ready: []
userStatusCreate
userStatusDelete
warn
warn: [message: string]
webhooksCreate
webhooksUpdate
Every client events.