Skip to content

Commit 6394e0e

Browse files
committed
Try this
1 parent 1025dfe commit 6394e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands2/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ def __new__(cls, *args, **kwargs) -> Self:
6565
cls,
6666
)
6767
instance.requirements = set()
68-
SendableRegistry.add(instance, cls.__name__)
6968
super().__init__(instance)
69+
SendableRegistry.add(instance, cls.__name__)
7070
return instance
7171

7272
def __init__(self):

0 commit comments

Comments
 (0)