UNPKG

chariot.js

Version:

An extremely lightweight and extensible Eris client framework

67 lines (65 loc) 1.89 kB
module.exports = { EVENTS: { EVENT_NAMES: [ 'callCreate', 'callDelete', 'callRing', 'callUpdate', 'channelCreate', 'channelDelete', 'channelPinUpdate', 'channelRecipientAdd', 'channelRecipientRemove', 'channelUpdate', 'connect', 'debug', 'disconnect', 'error', 'friendSuggestionCreate', 'friendSuggestionDelete', 'guildAvailable', 'guildBanAdd', 'guildBanRemove', 'guildCreate', 'guildDelete', 'guildEmojisUpdate', 'guildMemberAdd', 'guildMemberChunk', 'guildMemberRemove', 'guildMemberUpdate', 'guildRoleCreate', 'guildRoleDelete', 'guildRoleUpdate', 'guildUnavailable', 'guildUpdate', 'hello', 'messageCreate', 'messageDelete', 'messageDeleteBulk', 'messageReactionAdd', 'messageReactionRemove', 'messageReactionRemoveAll', 'messageUpdate', 'presenceUpdate', 'rawWS', 'ready', 'relationshipAdd', 'relationshipRemove', 'relationshipUpdate', 'shardDisconnect', 'shardPreReady', 'shardReady', 'shardResume', 'typingStart', 'unavailableGuildCreate', 'unknown', 'userUpdate', 'voiceChannelJoin', 'voiceChannelLeave', 'voiceChannelSwitch', 'voiceStateUpdate', 'warn', 'webhooksUpdate' ] } }