From: Carl Worth Date: Fri, 23 Oct 2020 00:28:27 +0000 (-0700) Subject: Actually wire up the state command X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=aa0b6c1b27cc839116597b3900f6eb46347abef2;p=turbot Actually wire up the state command Or else it won't do anything. --- diff --git a/turbot/interaction.py b/turbot/interaction.py index d745a7a..78e209a 100644 --- a/turbot/interaction.py +++ b/turbot/interaction.py @@ -417,3 +417,5 @@ def state(turb, body, args): table.put_item(Item=puzzle) set_channel_topic(turb, puzzle) + +commands["/state"] = state