diff options
-rw-r--r-- | wee_slack.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wee_slack.py b/wee_slack.py index 7f01550..e9f791d 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -4006,6 +4006,8 @@ command_thread.completion = '%(threads)' @utf8_decode def command_reply(data, current_buffer, args): """ + /reply [-alsochannel] [<count/message_id>] <text> + When in a channel buffer: /reply [-alsochannel] <count/message_id> <text> Reply in a thread on the message. Specify either the message id or a count |