X-Git-Url: https://git.cworth.org/git?p=turbot;a=blobdiff_plain;f=turbot%2Finteraction.py;h=955fae5b776f15db7222e7a5e3a0cbe81ec4f0c0;hp=69db52149d1eda35e3a62fda6b70b1184e0476ba;hb=c7213abc1b0c3fcb276284dbd9ba23bb44b5f67a;hpb=716d0fe0c535e7501bd506603f825790f288bf8f;ds=sidebyside diff --git a/turbot/interaction.py b/turbot/interaction.py index 69db521..955fae5 100644 --- a/turbot/interaction.py +++ b/turbot/interaction.py @@ -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},