We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Administrator
Despite not setting defaultMemberPermissions anywhere, it appears to be 0 rather than null as expected.
defaultMemberPermissions
0
null
This might be a problem with @eartharoid/dbf.
@eartharoid/dbf
https://github.com/eartharoid/dbf.js/blob/b51a64e8ddaee501c720e0591827803c858ce4de/src/commands/Command.ts#L29
No response
- OS: - Node: - NPM: - Bot: 4.0.3
Setting it to "0" will prohibit anyone in a guild from using the command unless a specific overwrite is configured or the user has admin permissions.
https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-using-default-permissions
The text was updated successfully, but these errors were encountered:
2802185
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Despite not setting
defaultMemberPermissions
anywhere, it appears to be0
rather thannull
as expected.This might be a problem with
@eartharoid/dbf
.https://github.com/eartharoid/dbf.js/blob/b51a64e8ddaee501c720e0591827803c858ce4de/src/commands/Command.ts#L29
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-using-default-permissions
The text was updated successfully, but these errors were encountered: