diff options
| author | 8cy <[email protected]> | 2020-04-07 21:20:27 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-07 21:20:27 -0700 |
| commit | bb0d223c1350e850ebf7f79371a2bc6e7ce7a1ec (patch) | |
| tree | 3412d7e835e5f0b892acf66b506836e767dd05b6 | |
| parent | edit some dm handling stuff, v1.3.3 (diff) | |
| download | s5nical-bb0d223c1350e850ebf7f79371a2bc6e7ce7a1ec.tar.xz s5nical-bb0d223c1350e850ebf7f79371a2bc6e7ce7a1ec.zip | |
add uptime alias, v1.3.4
| -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);
}
|