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, 8 insertions, 0 deletions
diff --git a/commands/uptime.js b/commands/uptime.js
new file mode 100644
index 0000000..f6dbefd
--- /dev/null
+++ b/commands/uptime.js
@@ -0,0 +1,8 @@
+module.exports = {
+ name: 'uptime',
+ aliases: ['ut'],
+ description: '',
+ async execute(msg, args, bot, duration) {
+ msg.reply(duration);
+ }
+}; \ No newline at end of file