Skip to content

Commit 452f6b9

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discord/commands/commands.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,8 @@ def copy(self):
863863
ret = self.__class__(
864864
self.name,
865865
self.description,
866-
**self.__original_kwargs__)
866+
**self.__original_kwargs__,
867+
)
867868
return self._ensure_assignment_on_copy(ret)
868869

869870
def _ensure_assignment_on_copy(self, other):

0 commit comments

Comments
 (0)