fixes rules loading for alch
This commit is contained in:
parent
b8a922dce5
commit
c5518bae89
4
rules.go
4
rules.go
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user