summaryrefslogtreecommitdiff
path: root/utils/no_command.js
diff options
context:
space:
mode:
Diffstat (limited to 'utils/no_command.js')
-rw-r--r--utils/no_command.js7
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