Skip to content

Commit 31e4636

Browse files
authored
fix: Missing dm_permision field in group() (#1305)
1 parent 6421496 commit 31e4636

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+
dm_permission=self.dm_permission,
723724
checks=self.checks if inherit_checks else [],
724725
)
725726

0 commit comments

Comments
 (0)