Fix type-errors in commands extension

This commit is contained in:
Josh
2022-02-23 23:04:49 +10:00
committed by GitHub
parent a315786869
commit 39c5a4fdc3
5 changed files with 103 additions and 82 deletions

View File

@@ -78,7 +78,8 @@ from .sticker import GuildSticker, StandardSticker, StickerPack, _sticker_factor
if TYPE_CHECKING:
from .types.guild import Guild as GuildPayload
from .abc import SnowflakeTime, PrivateChannel, GuildChannel, Snowflake
from .abc import SnowflakeTime, Snowflake, PrivateChannel
from .guild import GuildChannel
from .channel import DMChannel
from .message import Message
from .member import Member