Fix /shrug command

This commit is contained in:
Florian Orben
2015-10-25 18:37:48 +01:00
parent dc439fd7e8
commit 9be2f34194

View File

@@ -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 {