diff options
| author | 8cy <[email protected]> | 2020-04-08 20:02:33 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-08 20:02:33 -0700 |
| commit | 419467085d42d47f270e5ee1dda8676134e66c41 (patch) | |
| tree | 0da5c310931e8598a5e0bb881d9dbaeea28f42eb /utils/no_args.js | |
| parent | fix uptime, v1.4.3 (diff) | |
| download | s5nical-419467085d42d47f270e5ee1dda8676134e66c41.tar.xz s5nical-419467085d42d47f270e5ee1dda8676134e66c41.zip | |
big changes, v1.5.0
- add utils
- add fun commands
- alter some commands
- optimizations
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 |