@ -75,7 +75,6 @@ from .subscriptions import *
from .team import *
from .template import *
from .threads import *
from .tracking import *
from .user import *
from .voice_client import *
from .webhook import *
@ -38,11 +38,7 @@ if TYPE_CHECKING:
from .enums import ChannelType
from .types.snowflake import Snowflake
# fmt: off
__all__ = (
'ContextProperties',
)
# fmt: on
__all__ = ()
class ContextPropertiesMeta(type):