| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix GUILD_ROLE_DELETE triggering ValueError. | Rapptz | 2015-12-14 | 1 | -5/+12 |
| | | |||||
| * | avoid potential bug when creating new private msgs | Steven Berler | 2015-12-13 | 1 | -2/+3 |
| | | | | | | | | | | It probably isn't good to rely on an item that was added to a list to still be the last item, especially if we could have other async coroutines modify the list. This may not be an actual issue, but having the function explicitly return the object that it just added to the list should guarantee that we don't accidentally pull the wrong item from the end of the list later. | ||||
| * | Fix issue with member.roles being empty. | Rapptz | 2015-12-08 | 1 | -1/+2 |
| | | |||||
| * | Handle GUILD_UPDATE | Rapptz | 2015-12-06 | 1 | -0/+7 |
| | | |||||
| * | Add enumerators instead of strings. | Rapptz | 2015-12-04 | 1 | -0/+5 |
| | | | | | Changes channel type, status and server region into 3.4 enums. | ||||
| * | Begin working on asyncio port. | Rapptz | 2015-12-04 | 1 | -0/+295 |