This repository has been archived on 2022-10-02. You can view files and clone it, but cannot push or open issues or pull requests.
dcbot-old/scraper/helpers.go

8 lines
96 B
Go

package scraper
var (
TwstatsURLs = map[string]string{
"pl": "https://pl.twstats.com",
}
)