Skip to content

Commit

Permalink
Merge pull request #554 from 18F/screaming-variety
Browse files Browse the repository at this point in the history
Give screambot several emoji options
  • Loading branch information
mgwalker authored Sep 30, 2024
2 parents 8539c12 + c4e035b commit 89efedf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/slack-random-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,14 @@
},
{
"botName": "screambot",
"defaultEmoji": ":kevin-home-alone-scream:",
"defaultEmoji": [
":kevin-home-alone-scream:",
":khan:",
":scream-into-the-void:",
":screaming-cowboy:",
":gull-scream:",
":the-scream:"
],
"trigger": "screambot",
"responseUrl": "https://raw.githubusercontent.com/18F/charlie-slack-bot-facts/main/scream.json"
},
Expand Down Expand Up @@ -139,7 +146,7 @@
{
"botName": "National Parks Facts",
"defaultEmoji": ":nps:",
"trigger":"(national )?parks? facts?",
"trigger": "(national )?parks? facts?",
"responseUrl": "https://raw.githubusercontent.com/18F/charlie-slack-bot-facts/main/nps.json"
},
{
Expand Down

0 comments on commit 89efedf

Please sign in to comment.