summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-08 02:03:40 -0700
committer8cy <[email protected]>2020-04-08 02:03:40 -0700
commit06604e6d432c2a82e151f7d2b1776d8546bd2389 (patch)
treefc736bb459f301aa23fe7a193586214860b1226b /commands
parentadd custom to botstatus types, v1.4.2 (diff)
downloads5nical-06604e6d432c2a82e151f7d2b1776d8546bd2389.tar.xz
s5nical-06604e6d432c2a82e151f7d2b1776d8546bd2389.zip
fix uptime, v1.4.3
Diffstat (limited to 'commands')
-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