Skip to content

Commit 2e7090a

Browse files
committed
Fix Discord dm.policy: use pairing instead of open
1 parent 9c56f46 commit 2e7090a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ app.post("/setup/api/run", requireSetupAuth, async (req, res) => {
498498
token,
499499
groupPolicy: "allowlist",
500500
dm: {
501-
policy: "open",
501+
policy: "pairing",
502502
},
503503
};
504504
const set = await runCmd(

0 commit comments

Comments
 (0)