diff options
Diffstat (limited to 'docs/Commands.md')
-rw-r--r-- | docs/Commands.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/Commands.md b/docs/Commands.md index 97d88d3..1ab4266 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -45,7 +45,7 @@ or unhide these channels with /slack nodistractions. ### help ``` -/slack help +/slack help [command] ``` Print help for /slack commands. @@ -95,7 +95,7 @@ Hide or unhide all channels marked as distracting. ### register ``` -/slack register +/slack register [code] ``` Register a Slack team in wee-slack. @@ -136,10 +136,11 @@ Run a custom slack command. ### status ``` -/slack status [emoji [status_message]] +/slack status [<emoji> [<status_message>]|-delete] ``` Lets you set your Slack Status (not to be confused with away/here). +Prints current status if no arguments are given, unsets the status if -delete is given. ### talk |