]> git.cworth.org Git - turbot/blobdiff - turbot/blocks.py
Drop the puzzle ID field from the /puzzle dialog
[turbot] / turbot / blocks.py
index a18c0558a072cb18e7284123b4311d55a2537916..27e69f4d6d9d61140a16e4fa71cd30fcfe9d75e3 100644 (file)
@@ -1,3 +1,8 @@
+def divider_block():
+    return {
+        "type": "divider"
+    }
+
 def text_block(body):
     return {
         "text": {