commit | 4a088b1556e64ba5e923644a2bf6d327e613d361 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Tue Jun 06 15:29:59 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Tue Jun 06 15:29:59 2023 -0400 |
tree | 055c4eb5159108e6e86e2a180abb45aeefeaf73c | |
parent | 3a103c763f188c95192849a4e9591da7080de405 [diff] [blame] |
fixed rolemenu 'entirely'... How many times now?
diff --git a/src/utils/database.ts b/src/utils/database.ts index a1d5f49..67049cb 100644 --- a/src/utils/database.ts +++ b/src/utils/database.ts
@@ -1015,8 +1015,9 @@ enabled: boolean; allowWebUI: boolean; options: { + enabled?: boolean; name: string; - description: string | null; + description?: string; min: number; max: number; options: {