From 242f1ab38530a1271d072964334e33b85a4ab279 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Wed, 5 Feb 2020 23:23:29 +0000
Subject: included bullet art request in jarvis
---
examples/jarvis.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/examples/jarvis.js b/examples/jarvis.js
index 7b5c64e..0b4a9d2 100644
--- a/examples/jarvis.js
+++ b/examples/jarvis.js
@@ -67,7 +67,8 @@ const notifsrc = '\
& git.hrhr.dev/ywot-clean \n\
& Try `COMMAND` today. Uptime: UPTIME. \n\
& Called: JARVISx ~SIGNATURE \n\
- '.replace('COMMAND', command).replace('SIGNATURE', sig);
+& 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);
var minsUp = 0;
var callct = 0;
var notifClaim;
--
cgit