]> git.cworth.org Git - turbot/blobdiff - turbot/puzzle.py
Put solution after puzzle name in /hunt reports
[turbot] / turbot / puzzle.py
index 037dd5e01b3599dc7cca0b329d18777c2c532eaf..b86a529ed47b9d5c64e6d4660104bcbfeb58a0e9 100644 (file)
@@ -95,10 +95,11 @@ def puzzle_blocks(puzzle, include_rounds=False):
             ", ".join(rounds)
         )
 
-    puzzle_text = "{}{} {}<{}|{}> ({}){}{}".format(
-        status_emoji, solution_str,
+    puzzle_text = "{} {}<{}|{}> {} ({}){}{}".format(
+        status_emoji,
         meta_str,
         channel_url(channel_id), name,
+        solution_str,
         ', '.join(links), rounds_str,
         state_str
     )