Skip to content

Commit 800cdc1

Browse files
authored
fix: pass default_member_permissions in SlashCommand.group() to prevent sync conflicts (#1369)
1 parent 65d6999 commit 800cdc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interactions/models/internal/application_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ def group(
720720
group_name=name,
721721
group_description=description,
722722
scopes=self.scopes,
723+
default_member_permissions=self.default_member_permissions,
723724
dm_permission=self.dm_permission,
724725
checks=self.checks.copy() if inherit_checks else [],
725726
)

0 commit comments

Comments
 (0)