| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Guild.chunked property. | Rapptz | 2017-01-08 | 1 | -2/+16 |
| * | Implement AutoShardedClient for transparent sharding. | Rapptz | 2017-01-07 | 1 | -0/+8 |
| * | Fix bug that made member roles go missing. | Rapptz | 2017-01-03 | 1 | -7/+0 |
| * | Move message creation to a factory method inside ConnectionState. | Rapptz | 2017-01-03 | 1 | -15/+13 |
| * | Add useful repr to all data classes. | Rapptz | 2017-01-03 | 1 | -0/+4 |
| * | Fix documentation to work. | Rapptz | 2017-01-03 | 1 | -7/+7 |
| * | Absolute import some circular dependencies to appease Python 3.4. | Rapptz | 2017-01-03 | 1 | -13/+15 |
| * | Change dict value views into lists. | Rapptz | 2017-01-03 | 1 | -21/+29 |
| * | Re-add support for reactions. | Rapptz | 2017-01-03 | 1 | -2/+2 |
| * | Make emojis and members stateful. | Rapptz | 2017-01-03 | 1 | -0/+78 |
| * | Make roles and guilds stateful. | Rapptz | 2017-01-03 | 1 | -2/+307 |
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -0/+377 |