module.exports = { name: 'no_args', description: '', async execute(msg, args, bot) { msg.channel.send(`invalid argument(s). type \`${config.prefixes.main}help\` for more information.`); } };