mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 02:43:01 +00:00
Implement AutoShardedClient for transparent sharding.
This allows people to run their >2,500 guild bot in a single process without the headaches of IPC/RPC or much difficulty.
This commit is contained in:
@ -37,6 +37,7 @@ from . import utils, opus, compat, abc
|
||||
from .enums import ChannelType, GuildRegion, Status, MessageType, VerificationLevel
|
||||
from collections import namedtuple
|
||||
from .embeds import Embed
|
||||
from .shard import AutoShardedClient
|
||||
|
||||
import logging
|
||||
|
||||
|
Reference in New Issue
Block a user