commit | baee2c19da257be597839dbc7fc353123d841210 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Sat Feb 18 16:11:06 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Sat Feb 18 16:11:06 2023 -0500 |
tree | 4c1f9cbe5cb3eba899c1f6928a104ef610f300ed | |
parent | 01cba76c6dd7ad0b2d658ad84592d256f70cddec [diff] [blame] |
added autopublish
diff --git a/src/utils/database.ts b/src/utils/database.ts index 6eb735e..aa7fd36 100644 --- a/src/utils/database.ts +++ b/src/utils/database.ts
@@ -340,6 +340,10 @@ } } }; + autoPublish: { + enabled: boolean; + channels: string[]; + } welcome: { enabled: boolean; role: string | null;