essentialsConfiguration

Setup:

General meeting template, it is imperative that you define this:
const { Configuration } = require('discordjs-helper-pack') 
 
Configuration({
	// incessary information
	client: client,
	dirname: __dirname,
 
	commandsFileName: 'commands', // commands file
	eventsFileName: 'events', // events file
	chatInputCommand: true, // command interaction
					
	//prefix configurations
	prefix: 'm!',
	prefixCommandsFileName: 'prefixCommands'
})