// These are the default values
{
commandsDir = 'commands', // Commands dir
showLogs = 'extra', // ('extra'|'normal'|null)
autoDelete = true, // Automatically deletes the Global commands if command files are not found
cLogs = false, // Console.log most of the promises
wrapper = false, /* Use this package as a wrapper
You may need to delete/register commands
using the create/delete methods*/
autoRegister = true, // Automatically registers commands accoring to the command files
exclude: ['file'] // Exclude a file from the command directory. Make sure you only put the file name.
}
Interaction object
Unlike discord's normal interaction object, Shandler's interaction object has more properties and discord.js methods.