diff options
| -rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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);
}
|