some cleanup
This commit is contained in:
parent
de4450a29a
commit
6d57c1c4f2
5 changed files with 13 additions and 10 deletions
|
@ -9,9 +9,10 @@ max_entries = 2000
|
|||
# time left in minutes of a giveaway for it to be considered
|
||||
max_time_left = 300
|
||||
# the minimum point value for a giveaway to be considered
|
||||
minimum_game_points = 50
|
||||
minimum_game_points = 1
|
||||
# a comma separated list of keywords in game titles to ignore
|
||||
blacklist_keywords = hentai,adult
|
||||
|
||||
[WISHLIST]
|
||||
# should we consider giveaways on the 'Wishlist' page?
|
||||
wishlist.enabled = true
|
||||
|
@ -21,6 +22,7 @@ wishlist.minimum_points = 1
|
|||
wishlist.max_entries = 10000
|
||||
# time left in minutes of a giveaway for it to be considered
|
||||
wishlist.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