Skip to content

Commit e393212

Browse files
authored
Update interactions.py
Accidentally removed typehinting
1 parent ff7fe71 commit e393212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/interactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ async def defer(self, *, ephemeral: bool = False) -> None:
415415
raise discord.InteractionResponded(self._parent)
416416

417417
defer_type: int = 0
418-
data = None
418+
data: Optional[Dict[str, Any]] = None
419419
parent = self._parent
420420
if parent.type is discord.InteractionType.component:
421421
if ephemeral:

0 commit comments

Comments
 (0)