[AppConfig]
|
|
AuthToken = "Bot DISCORD_AUTH_TOKEN"
|
|
ApplicationID = "APPLICATIONID"
|
|
CommandPrefix = "]"
|
|
CommandTimeout = 10
|
|
|
|
[Danbooru]
|
|
DanbooruUser = "DANBOORU_USER"
|
|
DanbooruKey = "DANBOORU_API_KEY"
|
|
|
|
|
|
|
|
[Redditbooru]
|
|
|
|
#The allowed subreddit IDs on RedditBooru. It's most of them
|
|
#-1 is all subreddits
|
|
AllowedSubreddits = [
|
|
"49", "40", "45", "44", "50", "53", "51", "1", "25", "39", "38", "9", "43", "47", "26", "27", "20", "7", "46", "33",
|
|
"30", "17", "22", "35", "19", "34", "23", "11" ]
|