Begin unification of event builders and events

This commit is contained in:
Lonami Exo
2022-01-28 11:34:16 +01:00
parent f2ef0bfceb
commit 9726169a8c
15 changed files with 1142 additions and 1719 deletions

View File

@@ -10,7 +10,7 @@ from . import (
)
from .. import version, _tl
from ..types import _custom
from .._events.common import EventBuilder, EventCommon
from .._events.base import EventBuilder
from .._misc import enums