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;