mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix /shrug command
This commit is contained in:
@@ -165,7 +165,7 @@ func shrugCommand(c *Context, command *model.Command) bool {
|
||||
cmd := "/shrug"
|
||||
|
||||
if !command.Suggest && strings.Index(command.Command, cmd) == 0 {
|
||||
message := "¯\\_(ツ)_/¯"
|
||||
message := `¯\\\_(ツ)_/¯`
|
||||
|
||||
parameters := strings.SplitN(command.Command, " ", 2)
|
||||
if len(parameters) > 1 {
|
||||
|
||||
Reference in New Issue
Block a user