mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Fix NameError in missing _EmojiTag import
This commit is contained in:
parent
47f2d04940
commit
4b1059579e
@ -27,7 +27,7 @@ from __future__ import annotations
|
|||||||
from typing import Any, ClassVar, Dict, List, Optional, TYPE_CHECKING, Tuple, Type, TypeVar, Union
|
from typing import Any, ClassVar, Dict, List, Optional, TYPE_CHECKING, Tuple, Type, TypeVar, Union
|
||||||
from .enums import try_enum, ComponentType, ButtonStyle
|
from .enums import try_enum, ComponentType, ButtonStyle
|
||||||
from .utils import get_slots, MISSING
|
from .utils import get_slots, MISSING
|
||||||
from .partial_emoji import PartialEmoji
|
from .partial_emoji import PartialEmoji, _EmojiTag
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from .types.components import (
|
from .types.components import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user