fix react documentation
This commit is contained in:
parent
f4487704cd
commit
9a104c051b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ var (
|
||||||
remove bool
|
remove bool
|
||||||
|
|
||||||
ReactMessageCmd = &cobra.Command{
|
ReactMessageCmd = &cobra.Command{
|
||||||
Use: "react",
|
Use: "react <emoji>",
|
||||||
Short: "react to a message",
|
Short: "react to a message",
|
||||||
PreRun: func(cmd *cobra.Command, args []string) {
|
PreRun: func(cmd *cobra.Command, args []string) {
|
||||||
if account == "" {
|
if account == "" {
|
||||||
|
|
Loading…
Reference in a new issue