From bb0d223c1350e850ebf7f79371a2bc6e7ce7a1ec Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Tue, 7 Apr 2020 21:20:27 -0700 Subject: add uptime alias, v1.3.4 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3