]> git.cworth.org Git - turbot/commit
Fix `/help me` to not give a dispatch_failed error in a private channel
authorCarl Worth <cworth@cworth.org>
Mon, 11 Jan 2021 21:56:20 +0000 (13:56 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 11 Jan 2021 22:04:42 +0000 (14:04 -0800)
commit4a390d5c89977ae8ff8baae26001d6f047e50903
treebcfc9810be9055fa0139a83a873e84309c0b0e7a
parentf0ed5cb2f865d8c44c1bd8ac382e50c39357df46
Fix `/help me` to not give a dispatch_failed error in a private channel

Since Turbot can't send a message to a private channel, instead we
just reply as an ephemeral message to the user.
turbot/interaction.py