| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove extraneous prints. | Rapptz | 2017-01-08 | 1 | -2/+0 |
| | | |||||
| * | Allow overriding the shard_ids used for initial shard launch. | Rapptz | 2017-01-08 | 1 | -2/+21 |
| | | |||||
| * | Add AutoShardedClient.change_presence. | Rapptz | 2017-01-08 | 1 | -0/+60 |
| | | |||||
| * | Change the way shards are launched in AutoShardedClient. | Rapptz | 2017-01-08 | 1 | -6/+58 |
| | | |||||
| * | Implement AutoShardedClient for transparent sharding. | Rapptz | 2017-01-07 | 1 | -0/+174 |
| This allows people to run their >2,500 guild bot in a single process without the headaches of IPC/RPC or much difficulty. | |||||