We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4d57b commit 4982c22Copy full SHA for 4982c22
src/index.ts
@@ -33,9 +33,9 @@ async function main(): Promise<void> {
33
34
// Initialise the express app and attach the door server
35
const expressApp = express();
36
- // await attachDoorServer(expressApp);
37
- // await attachQuotesServer(expressApp);
38
- // await attachNocoDBWebhookListener(expressApp);
+ await attachDoorServer(expressApp);
+ await attachQuotesServer(expressApp);
+ await attachNocoDBWebhookListener(expressApp);
39
await attatchNegativeRoles()
40
41
// Start the server icon and add reaction events
0 commit comments