summaryrefslogtreecommitdiff
path: root/utils/no_args.js
blob: ff528da2a2f1cc2f8340ae3f260dad90d4eb49b7 (plain) (blame)
1
2
3
4
5
6
7
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.`);
    }
};