Этот коммит содержится в:
Florian Orben
2015-10-25 18:37:48 +01:00
родитель dc439fd7e8
Коммит 9be2f34194

Просмотреть файл

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