Skip to content

Commit 4982c22

Browse files
committed
feat: re enable the features that i disabled
1 parent 6a4d57b commit 4982c22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ async function main(): Promise<void> {
3333

3434
// Initialise the express app and attach the door server
3535
const expressApp = express();
36-
// await attachDoorServer(expressApp);
37-
// await attachQuotesServer(expressApp);
38-
// await attachNocoDBWebhookListener(expressApp);
36+
await attachDoorServer(expressApp);
37+
await attachQuotesServer(expressApp);
38+
await attachNocoDBWebhookListener(expressApp);
3939
await attatchNegativeRoles()
4040

4141
// Start the server icon and add reaction events

0 commit comments

Comments
 (0)