module.exports = { name: 'no_command', description: '', async execute(msg, args, bot) { msg.channel.send(`invalid or unspecified command. type \`${config.prefixes.main}help\`.`); } };