summaryrefslogtreecommitdiff
path: root/commands/uptime.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/uptime.js')
-rw-r--r--commands/uptime.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/commands/uptime.js b/commands/uptime.js
deleted file mode 100644
index f6dbefd..0000000
--- a/commands/uptime.js
+++ /dev/null
@@ -1,8 +0,0 @@
-module.exports = {
- name: 'uptime',
- aliases: ['ut'],
- description: '',
- async execute(msg, args, bot, duration) {
- msg.reply(duration);
- }
-}; \ No newline at end of file