diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-02-06 01:48:46 +0000 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-02-06 01:48:46 +0000 |
commit | 95a83f4d4ada14689f6b3a01fdcd0efe35c75f46 (patch) | |
tree | 1f9fec276e006695ba6feb78b20cc658e341b403 /examples | |
parent | 9ddab3695e757e4c481a29d6d0d958e6273af2eb (diff) |
padded notif
Diffstat (limited to 'examples')
-rw-r--r-- | examples/jarvis.js | 7 |
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; |