| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow Emoji to be used in a weakref. | Rapptz | 2017-03-24 | 1 | -1/+1 |
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| * | Move message creation to a factory method inside ConnectionState. | Rapptz | 2017-01-03 | 1 | -2/+2 |
| * | Add useful repr to all data classes. | Rapptz | 2017-01-03 | 1 | -0/+3 |
| * | Absolute import some circular dependencies to appease Python 3.4. | Rapptz | 2017-01-03 | 1 | -2/+2 |
| * | Re-add support for reactions. | Rapptz | 2017-01-03 | 1 | -0/+3 |
| * | Make emojis and members stateful. | Rapptz | 2017-01-03 | 1 | -0/+50 |
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -6/+6 |
| * | Switch IDs to use int instead of str | Rapptz | 2017-01-03 | 1 | -10/+10 |
| * | Begin working on the rewrite. | Rapptz | 2017-01-03 | 1 | -7/+9 |
| * | Emoji.url uses api url. | Khazhismel | 2016-08-06 | 1 | -1/+1 |
| * | Add emoji url property | Khazhismel | 2016-08-02 | 1 | -0/+5 |
| * | Clean up Emoji documentation. | Khazhismel | 2016-08-01 | 1 | -2/+0 |
| * | Add custom emoji support. | Khazhismel | 2016-07-31 | 1 | -0/+104 |