Included Inhibitors

cooldown

Checks if a user is on cooldown for the command run.

Source:

inhibitors/cooldown.js

disable

Checks if the command is globally or locally disabled.

Source:

inhibitors/disable.js

missingBotPermissions

Checks to make sure the bot has all permissions needed (based on Command#botPerms) in the channel to run the command.

Source:

inhibitors/missingBotPermissions.js

permissions

Checks if the author/member has permission to use the command. (based on Command#permLevel)

Source:

inhibitors/permissions.js

requiredSettings

Checks if the guild has the required settings defined. (based on Command#requiredSettings)

Source:

inhibitors/requiredSettings.js

runIn

Checks if the command can be run in the channel type this is. (based on Command#runIn)

Source:

inhibitors/runIn.js

Further Reading: