Skip to content

Commit

Permalink
add interrogation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeldaFan0225 committed Jan 4, 2023
1 parent b9a6c9f commit 6dbf200
Show file tree
Hide file tree
Showing 8 changed files with 434 additions and 158 deletions.
15 changes: 15 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,22 @@
"img2img": true
}
},
"interrogate": {
"enabled": true,
"update_interrogation_status_interval_seconds": 5,
"default": {
"nsfw": false,
"caption": false,
"interrogation": false
},
"user_restrictions": {
"allow_nsfw": true,
"allow_caption": true,
"allow_interrogation": true
}
},
"generate": {
"enabled": true,
"require_login": true,
"trusted_workers": true,
"censor_nsfw": true,
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stable_horde",
"version": "1.3.0",
"version": "2.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"homepage": "https://github.com/ZeldaFan0225/Stable_Horde_Discord#readme",
"dependencies": {
"@thunder04/supermap": "^3.0.2",
"@zeldafan0225/stable_horde": "^2.0.1",
"@zeldafan0225/stable_horde": "^2.1.5",
"centra": "^2.5.0",
"discord.js": "^14.6.0",
"pg": "^8.8.0",
Expand Down
Loading

0 comments on commit 6dbf200

Please sign in to comment.