diff options
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); |