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

Commit c6b954b

Browse files
Merge pull request #1306 from mutewinter/patch-1
fix: direct links for celery man
2 parents 67bbe2f + a33c8ba commit c6b954b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/celery-man.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ module.exports = (robot) ->
4444
robot.hear /yes/i, (msg) ->
4545
if tayne and moretayne
4646
moretayne = false
47-
msg.send "http://imgur.com/h27BPKW"
47+
msg.send "http://i.imgur.com/h27BPKW.png"
4848
robot.hear /tayne/gi, (msg) ->
4949
if tayne and not moretayne
5050
tayne = false
51-
msg.send "http://imgur.com/TrdLwoz"
51+
msg.send "http://i.imgur.com/TrdLwoz.gif"

0 commit comments

Comments
 (0)