Skip to content

Commit 79c6bf4

Browse files
Update discord/app/event_emitter.py
Co-authored-by: Paillat <[email protected]> Signed-off-by: VincentRPS <[email protected]>
1 parent f15035b commit 79c6bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/app/event_emitter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class Event(ABC):
3636
__event_name__: str
3737

3838
@classmethod
39+
@abstractmethod
3940
async def __load__(cls, data: Any, state: ConnectionState) -> Self | None:
4041
...
4142

0 commit comments

Comments
 (0)