-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
25 lines (25 loc) · 1.24 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"live": {
"username": "PoBPreviewBot",
"subreddits": ["pathofexile", "PathOfExileBuilds", "PathOfExileFR", "paws_testing_area", "myPoBBuildCheck", "PoBPreviewSandbox"]
},
"debug": {
"username": "aggixxTest",
"subreddits": ["test", "pobPreviewTest"]
},
"shared": {
"RESPONSE_PROVIDE_REASON": "The {} was not responded to for the following reason{}:\n\n{}",
"BOT_FOOTER": "[^(Path of Building)](https://github.com/Openarl/PathOfBuilding) ^| ^[Feedback](https://www.reddit.com/r/PoBPreviewBot/) ^| ^This ^reply ^updates ^automatically.",
"BOT_INTRO": "Hi there! I'm a bot that replies to [Path of Building](https://github.com/Openarl/PathOfBuilding) builds with a short summary of the build [like this](https://i.imgur.com/Ee9Sbo1.png)! Just include a link to any Path of Building pastebin or [pob.party](https://pob.party/) link in your comment or submission and I'll automatically respond.",
"always_provide_reason_subreddits": ["PoBPreviewSandbox"],
"backlog_time_limit": 259200,
"deletion_check_interval_rng": 0.01,
"praw_error_wait_time": 5,
"urllib_error_wait_time": 60,
"preserve_comments_after": 15552000,
"aggressive_maintenance_utilization": 0.80,
"max_acm_flush_interval": 60,
"debug_memory": false,
"xml_dump": false
}
}