From 95a83f4d4ada14689f6b3a01fdcd0efe35c75f46 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Thu, 6 Feb 2020 01:48:46 +0000 Subject: padded notif --- examples/jarvis.js | 7 ++++--- 1 file 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; -- cgit