You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guild: "<id of guild where permission is to apply>",
37
-
permissions: [
38
-
{
39
-
id: "<id of role or user to allow>",
40
-
type: "<either the string 'ROLE' or the string 'USER'>",
41
-
permission: true,
42
-
}
43
-
],
44
-
}
45
-
```
30
+
Any guild specified in perms.pii will have the list of allowed roles as an allowlist -- anyone else will be disallowed from using the bot. Any guild not specified in perms.pii will by default allow everyone to use the bot.
46
31
47
32
4. Run `node register.js` to register bot commands on Discord (one-time).
0 commit comments