diff --git a/rules.go b/rules.go index bb8b822..a9786b5 100644 --- a/rules.go +++ b/rules.go @@ -52,7 +52,7 @@ func resetMsgParsingRules() error { r = MessageParsingRule{ Priority: 9998, - Description: fmt.Sprintf("Specific item craft %s", o.Code), + Description: "All item craft", Rule: "^/craft_all$", MsgTypeID64: cacheObjSubType[`msg_bot_craft_all`], ChatID64: cfg.Bot.Admin,