Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #149 from JustHumanz/Pixiv_R18
Browse files Browse the repository at this point in the history
Pixiv r18
  • Loading branch information
JustHumanz authored Mar 27, 2021
2 parents e756956 + e917ac8 commit ae4c8ea
Show file tree
Hide file tree
Showing 19 changed files with 997 additions and 877 deletions.
8 changes: 6 additions & 2 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const (
BiliBiliFanart = "@every 0h6m0s"
DanbooruFanart = "@every 0h4m0s"
PixivFanart = "@every 0h15m0s"
PixivFanartLewd = "@every 0h20m0s"
BiliBiliLive = "@every 0h7m0s"
BiliBiliSpace = "@every 0h13m0s"
Twitch = "@every 0h7m0s"
Expand Down Expand Up @@ -119,14 +120,16 @@ const (
UnknownStatus = "unknown"

//Fanart
TwitterArt = "twitter"
PixivArt = "pixiv"
TwitterArt = "twitter"
PixivArt = "pixiv"
BiliBiliArt = "bilibili"
)

//ConfigFile config file struct for config.toml
type ConfigFile struct {
Discord string `toml:"Discord"`
BiliSess string `toml:"BiliSess"`
PixivSession string `toml:"PixivSess"`
SauceAPI string `toml:"SauceAPI"`
InviteLog string `toml:"InviteLog"`
PilotReporting string `toml:"PilotReporting"`
Expand Down Expand Up @@ -161,6 +164,7 @@ type ConfigFile struct {
Youtube string `toml:"Youtube"`
Bilibili string `toml:"Bilibili"`
General string `toml:"General"`
Lewd string `toml:"Lewd"`
} `toml:"BotPrefix"`
Emoji struct {
Fanart []string `toml:"Fanart"`
Expand Down
Loading

0 comments on commit ae4c8ea

Please sign in to comment.