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

Commit 260b487

Browse files
committed
fixed a whoopsie
1 parent 9b1c790 commit 260b487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/which-do-you-prefer.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ module.exports = (robot) ->
2020

2121
if thing[thing.length-1] == '?' then thing = thing[0..thing.length-2]
2222

23-
msg.send("I #{msg.match[1]} #{thing}.")
23+
msg.send("I #{msg.match[2]} #{thing}.")

0 commit comments

Comments
 (0)