mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
some also fixes
This commit is contained in:
parent
017ad57190
commit
efbfa4c6af
1 changed files with 2 additions and 4 deletions
|
@ -5,7 +5,7 @@ import logging
|
||||||
import asyncio
|
import asyncio
|
||||||
import signal
|
import signal
|
||||||
|
|
||||||
from typing import Dict, List, Union, Any, Iterable, Optional, TYPE_CHECKING
|
from typing import Dict, List, Union, Any, Iterable, Optional
|
||||||
|
|
||||||
from .models import User, Guild, Activity
|
from .models import User, Guild, Activity
|
||||||
from .models.app import Shard
|
from .models.app import Shard
|
||||||
|
@ -15,9 +15,7 @@ from .core.http import HTTPClient
|
||||||
from .core.gateway import GatewayBotInfo
|
from .core.gateway import GatewayBotInfo
|
||||||
from .models.guild.channel import Channel, ChannelType, channel_types_for_converting
|
from .models.guild.channel import Channel, ChannelType, channel_types_for_converting
|
||||||
from .utils.logging import init_logging
|
from .utils.logging import init_logging
|
||||||
|
from .models.app.intents import Intents
|
||||||
if TYPE_CHECKING:
|
|
||||||
from .models.app.intents import Intents
|
|
||||||
|
|
||||||
_logger = logging.getLogger("melisa")
|
_logger = logging.getLogger("melisa")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue