diff options
Diffstat (limited to 'utils/no_args.js')
| -rw-r--r-- | utils/no_args.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/no_args.js b/utils/no_args.js new file mode 100644 index 0000000..ff528da --- /dev/null +++ b/utils/no_args.js @@ -0,0 +1,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.`); + } +};
\ No newline at end of file |