From b4ac9a15c3c0333f113241906bfa1a5d1af536e9 Mon Sep 17 00:00:00 2001 From: Alexander Harding Date: Thu, 16 Jul 2026 09:24:45 -0400 Subject: [PATCH] Added public db statement --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 60873f2..919926f 100644 --- a/readme.md +++ b/readme.md @@ -27,4 +27,9 @@ Infringing Content: * 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) * Punishment - Whether to Ban or Mute future occurances. - * Fingerprint - The Fingerprint of the infringing image. \ No newline at end of file + * 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` \ No newline at end of file