From e3385b6a7da4583ab7c0729ac6776a32aa2818a0 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 2 Jan 2021 10:27:40 -0800 Subject: [PATCH 1/1] Turbot home: Disable the "Hunts you can join" section Which is buggy and causing problems right now. --- turbot/events.py | 1 - 1 file changed, 1 deletion(-) diff --git a/turbot/events.py b/turbot/events.py index 2f096b2..200ab8f 100644 --- a/turbot/events.py +++ b/turbot/events.py @@ -170,7 +170,6 @@ def home(turb, user_id): "type": "home", "blocks": [ * my_hunt_blocks, - * available_hunt_blocks, actions_block(button_block("New hunt", "new_hunt")) ] } -- 2.43.0