diff options
| author | 8cy <[email protected]> | 2020-04-10 10:16:53 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-10 10:16:53 -0700 |
| commit | 4b308538961facb87d73fafeab7fab5927562eff (patch) | |
| tree | 8eaf88c074c379d76e7932e6fc3f32c05adb70ca /utils/no_command.js | |
| parent | rework reboot, work on itemshop, v1.5.2 (diff) | |
| download | s5nical-4b308538961facb87d73fafeab7fab5927562eff.tar.xz s5nical-4b308538961facb87d73fafeab7fab5927562eff.zip | |
port to commando/ v12, 2.0.0
ported everything over to v12 and then commando in the span of 2 days no sleep lol. also now using typescript standard for cool 8)
Diffstat (limited to 'utils/no_command.js')
| -rw-r--r-- | utils/no_command.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/no_command.js b/utils/no_command.js deleted file mode 100644 index 04a5768..0000000 --- a/utils/no_command.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - name: 'no_command', - description: '', - async execute(msg, args, bot) { - msg.channel.send(`invalid or unspecified command. type \`${config.prefixes.main}help\`.`); - } -};
\ No newline at end of file |