From f8339f43d72667361b90281e51a32252ea77a635 Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Sun, 14 Aug 2022 19:51:30 -0400 Subject: [PATCH] manually add type to custom block --- bubbles/blocks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bubbles/blocks.py b/bubbles/blocks.py index 78d0f0a..0605594 100644 --- a/bubbles/blocks.py +++ b/bubbles/blocks.py @@ -15,6 +15,8 @@ class StatusContextBlock(blocks.ContextBlock): >>> my_step.failure() ...{'elements': [{'emoji': True, 'text': ':x: Feeding penguins...'}] """ + # this should be inherited but the API is throwing errors saying it's missing. + type = "context" def __init__( self,