aboutsummaryrefslogtreecommitdiff
path: root/examples/jarvis.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/jarvis.js')
-rw-r--r--examples/jarvis.js3
1 files changed, 2 insertions, 1 deletions
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;