]> git.cworth.org Git - turbot/blobdiff - turbot/interaction.py
Add display of round(s) in /puzzle output
[turbot] / turbot / interaction.py
index 69db52149d1eda35e3a62fda6b70b1184e0476ba..955fae5b776f15db7222e7a5e3a0cbe81ec4f0c0 100644 (file)
@@ -581,7 +581,7 @@ def puzzle(turb, body, args):
                 "Sorry, this channel doesn't appear to be a hunt or a puzzle "
                 + "channel, so the `/puzzle` command cannot work here.")
 
-    blocks = puzzle_blocks(puzzle)
+    blocks = puzzle_blocks(puzzle, include_rounds=True)
 
     requests.post(response_url,
                   json = {'blocks': blocks},