Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 091fb1b

Browse files
Changing 'not found' message
1 parent 032ae96 commit 091fb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/httpcat.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = (robot) ->
3131
if (codes.indexOf( status ) > -1)
3232
msg.send 'http://httpcats.herokuapp.com/' + status + '.jpg'
3333
else
34-
msg.send 'I only recognize the following status codes: ' + codes
34+
msg.send "That's not a valid HTTP status code, sorry amigo!"
3535

3636

3737
robot.respond /httpcat help/i, (msg) ->

0 commit comments

Comments
 (0)