Skip to content

Commit

Permalink
Create Servicenow books.js
Browse files Browse the repository at this point in the history
  • Loading branch information
goranlundqvist authored Oct 1, 2023
1 parent 4c56419 commit 6ebe5d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Parsers/Servicenow books.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
activation_example:!snbooks
regex:^!snbooks
flags:gmi
*/

(function(){

var strMessage = 'Take a look at `https://www.amazon.com/s?k=servicenow` for all ServiceNow related books on Amazon.'
var send_chat = new x_snc_slackerbot.Slacker().send_chat(current, strMessage, false);

})();

0 comments on commit 6ebe5d1

Please sign in to comment.