Skip to content

Commit fa7cf47

Browse files
HexFDorukyum
andauthored
Update discord/commands/commands.py
Co-authored-by: Dorukyum <[email protected]>
1 parent 452f6b9 commit fa7cf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/commands/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ def to_dict(self) -> Dict:
774774
"name": self.name,
775775
"description": self.description,
776776
"options": [c.to_dict() for c in self.subcommands],
777-
"default_permission": self.default_permission
777+
"default_permission": self.default_permission,
778778
}
779779

780780
if self.parent is not None:

0 commit comments

Comments
 (0)