Track DLC page, fix dependencies, refactor config
This commit is contained in:
parent
cc1cbc08f4
commit
e197a19f1c
4 changed files with 70 additions and 32 deletions
|
@ -2,16 +2,18 @@
|
|||
cookie = PHPSESSIONCOOKIEGOESHERE
|
||||
# should we consider giveaways on the 'ALL' page? it is the main page
|
||||
enabled = true
|
||||
|
||||
[ALL]
|
||||
# minimum number of points in your account before entering into giveaways
|
||||
minimum_points = 50
|
||||
all.minimum_points = 50
|
||||
# max number of entries in a giveaway for it to be considered
|
||||
max_entries = 2000
|
||||
all.max_entries = 2000
|
||||
# time left in minutes of a giveaway for it to be considered
|
||||
max_time_left = 300
|
||||
all.max_time_left = 300
|
||||
# the minimum point value for a giveaway to be considered
|
||||
minimum_game_points = 1
|
||||
all.minimum_game_points = 1
|
||||
# a comma separated list of keywords in game titles to ignore
|
||||
blacklist_keywords = hentai,adult
|
||||
all.blacklist_keywords = hentai,adult
|
||||
|
||||
[WISHLIST]
|
||||
# should we consider giveaways on the 'Wishlist' page?
|
||||
|
@ -23,6 +25,16 @@ wishlist.max_entries = 10000
|
|||
# time left in minutes of a giveaway for it to be considered
|
||||
wishlist.max_time_left = 300
|
||||
|
||||
[DLC]
|
||||
# should we consider giveaways on the 'DLC' page?
|
||||
dlc.enabled = true
|
||||
# minimum number of points in your account before entering into giveaways
|
||||
dlc.minimum_points = 1
|
||||
# max number of entries in a giveaway for it to be considered
|
||||
dlc.max_entries = 10000
|
||||
# time left in minutes of a giveaway for it to be considered
|
||||
dlc.max_time_left = 300
|
||||
|
||||
[NOTIFICATIONS]
|
||||
# a prefix for messages sent via notifications
|
||||
notification.prefix = SG-Bot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue