fixes rules loading for alch

This commit is contained in:
shoopea 2020-02-29 16:48:47 +08:00
parent b8a922dce5
commit c5518bae89

View File

@ -86,8 +86,8 @@ func resetMsgParsingRules() error {
Description: "Alch your supply", Description: "Alch your supply",
Rule: "^/alch_all$", Rule: "^/alch_all$",
MsgTypeID64: cacheObjSubType[`msg_bot_alch_all`], MsgTypeID64: cacheObjSubType[`msg_bot_alch_all`],
ChatID64: chats[id], ChatID64: id,
SenderUserID64: users[id], SenderUserID64: id,
} }
rules2 = append(rules2, r) rules2 = append(rules2, r)
} }