Add an exposed way to extract shard-specific information.

Closes #2654
This commit is contained in:
Rapptz
2020-07-25 09:37:48 -04:00
parent a42bebe581
commit 7ed26db3b3
3 changed files with 104 additions and 16 deletions

View File

@ -49,7 +49,7 @@ from . import utils, opus, abc
from .enums import *
from .embeds import Embed
from .mentions import AllowedMentions
from .shard import AutoShardedClient
from .shard import AutoShardedClient, ShardInfo
from .player import *
from .webhook import *
from .voice_client import VoiceClient