Added public db statement

This commit is contained in:
Alexander Harding
2026-07-16 09:24:45 -04:00
parent 59ccfafdec
commit b4ac9a15c3
+6 -1
View File
@@ -27,4 +27,9 @@ Infringing Content:
* GuildId - The ID of the Guild which made the initial report. * GuildId - The ID of the Guild which made the initial report.
* Global - whether this image should be considered infringing across all moderated guilds (boolean set at startup, will apply to all reported images) * Global - whether this image should be considered infringing across all moderated guilds (boolean set at startup, will apply to all reported images)
* Punishment - Whether to Ban or Mute future occurances. * Punishment - Whether to Ban or Mute future occurances.
* Fingerprint - The Fingerprint of the infringing image. * Fingerprint - The Fingerprint of the infringing image.
If you don't want to start from 0, you can set a boolean in the code to `true` which will use my personal database, this will be updated live from my bot. If you use this feature, note that my file will be readonly to any other bot using it besides mine.
`public_db_connection_string.txt` will be updated if ever the database connection string needs to be updated, the bot will check this every 12am EST, and will be automatically swapped if it's different.
Noting that this check will not happen if the readonly db boolean is `false`