|
|
@ -7,7 +7,7 @@ import "strconv" |
|
|
|
func init() { |
|
|
|
func init() { |
|
|
|
command := Command{ |
|
|
|
command := Command{ |
|
|
|
Cmd: []string{"react", "r", "+"}, |
|
|
|
Cmd: []string{"react", "r", "+"}, |
|
|
|
Description: "/r $messageId $reaction - React to a message (messageID is optional)", |
|
|
|
Description: "$messageId $reaction - React to a message (messageID is optional)", |
|
|
|
Help: "", |
|
|
|
Help: "", |
|
|
|
Exec: cmdReact, |
|
|
|
Exec: cmdReact, |
|
|
|
} |
|
|
|
} |
|
|
|