Skip to content

Commit 4e92256

Browse files
authored
fix: add missing parent function call (#844)
1 parent 721a5a1 commit 4e92256

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interactions/client/context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ class CommandContext(_Context):
312312
target: Optional[Union[Message, Member, User]] = field(default=None)
313313

314314
def __attrs_post_init__(self) -> None:
315+
super().__attrs_post_init__()
316+
315317
if self.data.target_id:
316318
target = self.data.target_id
317319

0 commit comments

Comments
 (0)