diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-18 15:48:47 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-18 15:48:47 -0500 |
commit | 17a74f5813d1fe589532ae346c76c6ce47f553da (patch) | |
tree | f66aececf43d12e62fc48c670b28a7d2c8a05976 /examples | |
parent | 2ec8b1f2fbdc5967576be8aaf7ac68107cf09cb1 (diff) |
padded uptime calculation in jarvis
Diffstat (limited to 'examples')
-rw-r--r-- | examples/jarvis.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jarvis.js b/examples/jarvis.js index 0f0e1f1..d04218c 100644 --- a/examples/jarvis.js +++ b/examples/jarvis.js @@ -87,7 +87,7 @@ var notifsrc = '\ \n\ For a node.js YWOT api: \n\ & git.hrhr.dev/ywot-clean \n\ -& Try `COMMAND` today. Uptime: UPTIME.\n\ +& Try `COMMAND` today. Uptime: UPTIME. \n\ & Called: JARVISx ~SIGNATURE \n\ ' notifsrc = notifsrc.replace('COMMAND', command).replace('SIGNATURE', sig); |