Included Events

commandError

Handles command errors.

Source:

events/commandError.js

commandInhibited

Replies the reason why the command was inhibited.

Source:

events/commandInhibited.js

debug

Re-emits the Discord.js debug event as log event, if enabled. (disabled by default)

Source:

events/debug.js

disconnect

Re-emits the disconnect error code and reason as log event.

Source:

events/disconnect.js

error

Re-emits the Discord.js debug event as log event, if enabled.

Source:

events/error.js

guildCreate

Creates necessary SettingGateway entries for the new guild.

Source:

events/guildCreate.js

guildDelete

Removes SettingGateway entries for the guild.

Source:

events/guildDelete.js

log

Logs event details to your console, with timestamps and color coding.

Source:

events/log.js

message

Runs monitors.

Source:

events/message.js

messageDeleteBulk

Re-emits each message as a messageDelete, so that any deleted messages which are also cached CommandMessages, will be uncached.

Source:

events/messageDeleteBulk.js

messageUpdate

Re-emits if command editing is enabled, and if the content is not the same, to check and see if the new message is a edited command.

Source:

events/messageUpdate.js

warn

Re-emits the Discord.js debug event as log event, if enabled.

Source:

events/warn.js

Further Reading: