This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
e621-sdk-go/pkg/e621/utils/constants.go
SoXX f446823abd feat: added getting n posts
Signed-off-by: SoXX <soxx@fenpa.ws>
2023-11-06 12:42:40 +01:00

6 lines
52 B
Go

package utils
const (
E621_MAX_POST_COUNT = 320
)