chore: 些細な変更

pull/107/head
yupix 10 months ago
parent bc643fdee0
commit 35f1eae15e
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -5,7 +5,7 @@ from typing import TYPE_CHECKING, Literal, TypedDict
if TYPE_CHECKING:
from mipac.types.user import IPartialUser
__all__ = ("NoteReactionPayload",)
__all__ = ("NoteReactionPayload", "IReactionAcceptance")
IReactionAcceptance = Literal[
None,

Loading…
Cancel
Save