diff --git a/bot/util/dbdoctor.js b/bot/util/dbdoctor.js index fd2d9ff..78d88bc 100644 --- a/bot/util/dbdoctor.js +++ b/bot/util/dbdoctor.js @@ -1,4 +1,8 @@ /* - * Will work on this soon. Triggered when a mismatch between DB and Discord occurs - * For instance, when a user deletes a role that the database has stored. + * - Will work on this soon. Triggered when a mismatch between DB and Discord occurs + * For instance, when a user deletes a role that the database has stored. + * + * - Will be implemented so if Woomy fails to find a role, user, etc. with the ID stored in + * the database, database doctor is triggered. Will attempt to resolve the discrepancy, or reset + * to default */ \ No newline at end of file