summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}