Skip to content

Commit

Permalink
Merge pull request #543 from 18F/nps-facts
Browse files Browse the repository at this point in the history
Add national park facts
  • Loading branch information
mgwalker authored Jul 4, 2024
2 parents e5d0a02 + 83c2820 commit 0c8c9ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ facts. There are just so many facts. You can just say `dog fact` (or
| `ed simulator` | Shares a quote from 18F alumni Ed Mullen |
| `giraffe fact` | Shares a fact of dubious truth about giraffes |
| `minnesota facts` | Shares a fact about the state of Minnesota |
| `park fact` | Shares a fact about the US National Parks |
| `randy fact` | Shares a fact about 18F staff member Randy |
| `screambot` | Joyfully screams along with you |
| `wisconsin facts` | Shares a fact about the state of Wisconsin |
Expand Down
6 changes: 6 additions & 0 deletions config/slack-random-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,11 @@
"defaultEmoji": ":capybara:",
"trigger": "capybara facts?",
"responseUrl": "https://raw.githubusercontent.com/18F/charlie-slack-bot-facts/main/capybaras.json"
},
{
"botName": "National Parks Facts",
"defaultEmoji": ":nps:",
"trigger":"(national )?parks? facts?",
"responseUrl": "https://raw.githubusercontent.com/18F/charlie-slack-bot-facts/main/nps.json"
}
]

0 comments on commit 0c8c9ec

Please sign in to comment.