mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Add PartialIntegration to TargetType
This commit is contained in:
parent
544bb1e237
commit
d16e0cbe61
@ -70,7 +70,19 @@ if TYPE_CHECKING:
|
|||||||
from .app_commands import AppCommand
|
from .app_commands import AppCommand
|
||||||
|
|
||||||
TargetType = Union[
|
TargetType = Union[
|
||||||
Guild, abc.GuildChannel, Member, User, Role, Invite, Emoji, StageInstance, GuildSticker, Thread, Object, None
|
Guild,
|
||||||
|
abc.GuildChannel,
|
||||||
|
Member,
|
||||||
|
User,
|
||||||
|
Role,
|
||||||
|
Invite,
|
||||||
|
Emoji,
|
||||||
|
StageInstance,
|
||||||
|
GuildSticker,
|
||||||
|
Thread,
|
||||||
|
Object,
|
||||||
|
PartialIntegration,
|
||||||
|
None,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user