mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-06-02 06:00:45 +08:00
7 lines
143 B
Go
7 lines
143 B
Go
package rule
|
|
|
|
const (
|
|
RuleStorNameChosen = "CHOSEN"
|
|
RuleDirPathNewForAlbum = "NEW-FOR-ALBUM" // create a new directory for album files
|
|
)
|