aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
Commit message (Collapse)AuthorAgeFilesLines
* Move message creation to a factory method inside ConnectionState.Rapptz2017-01-031-15/+13
|
* Add useful repr to all data classes.Rapptz2017-01-031-0/+4
|
* Fix documentation to work.Rapptz2017-01-031-7/+7
|
* Absolute import some circular dependencies to appease Python 3.4.Rapptz2017-01-031-13/+15
|
* Change dict value views into lists.Rapptz2017-01-031-21/+29
|
* Re-add support for reactions.Rapptz2017-01-031-2/+2
| | | | | We now store emojis in a global cache and make things like adding and removing reactions part of the stateful Message class.
* Make emojis and members stateful.Rapptz2017-01-031-0/+78
|
* Make roles and guilds stateful.Rapptz2017-01-031-2/+307
|
* Rename Server to Guild everywhere.Rapptz2017-01-031-0/+377