summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-07 21:20:27 -0700
committer8cy <[email protected]>2020-04-07 21:20:27 -0700
commitbb0d223c1350e850ebf7f79371a2bc6e7ce7a1ec (patch)
tree3412d7e835e5f0b892acf66b506836e767dd05b6
parentedit some dm handling stuff, v1.3.3 (diff)
downloads5nical-bb0d223c1350e850ebf7f79371a2bc6e7ce7a1ec.tar.xz
s5nical-bb0d223c1350e850ebf7f79371a2bc6e7ce7a1ec.zip
add uptime alias, v1.3.4
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index d1903a3..61f7756 100644
--- a/app.js
+++ b/app.js
@@ -119,7 +119,7 @@ bot.on('message', async msg => {
}
// Small command which need variables
- if (command == 'uptime') {
+ if (command == 'uptime' | command == 'ut') {
msg.reply(duration);
}