aboutsummaryrefslogtreecommitdiff
path: root/examples/jarvis.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/jarvis.js')
-rw-r--r--examples/jarvis.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/jarvis.js b/examples/jarvis.js
index cb74da2..4fc84a0 100644
--- a/examples/jarvis.js
+++ b/examples/jarvis.js
@@ -62,13 +62,14 @@ function tileHandler(send, source, tiles){
const command = 'jarvis'
const sig = 'feynmansfedora'
const notifsrc = '\
- \n\
+ \n\
For a node.js YWOT api: \n\
& git.hrhr.dev/ywot-clean \n\
& Try `COMMAND` today. Uptime: UPTIME. \n\
-& Called: JARVISx ~SIGNATURE \n\
+& Called: JARVISx ~SIGNATURE \n\
& If you have any good bullet art (<100 chars),\n\
-& please send it to me at hr@hrhr.dev.'.replace('COMMAND', command).replace('SIGNATURE', sig);
+& please send it to me at hr@hrhr.dev. \n\
+ '.replace('COMMAND', command).replace('SIGNATURE', sig);
const notifloc = [0, 20];
var minsUp = 0;
var callct = 0;