]> git.cworth.org Git - turbot/commit
Add a dispatch table for actions as well
authorCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2020 23:42:00 +0000 (16:42 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2020 23:52:53 +0000 (16:52 -0700)
commit9d0b128dcb0af08c9586d526e8ed1c01a57e6973
treea7ccc95cf564817fc75a538dd6c733a2cfaa99c5
parent7bb350e410b3a2c98c3fb7daadb8fb83583cbdea
Add a dispatch table for actions as well

Just as for slash commands in the previous commit, this will help make
turbot/actions.py easier to maintain.
turbot/actions.py
turbot_lambda/turbot_lambda.py