aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
|
* Reimplement Guild.me property without patching it in.Rapptz2017-01-181-6/+8
|
* Use the improved role creation endpoint for making roles.Rapptz2017-01-131-8/+47
|
* Use CDN URL for Guild.icon_url.Rapptz2017-01-091-1/+1
|
* Fix typo in Guild.invitesRapptz2017-01-091-1/+1
|
* Add Guild.create_text_channel and Guild.create_voice_channel.Rapptz2017-01-081-0/+97
|
* Add ability to edit guild invite splashes.Rapptz2017-01-081-0/+16
|
* VoiceChannel.voice_members is now computed when needed.Rapptz2017-01-081-17/+0
|
* Fix bug that caused Guild instances to be in VoiceChannel.voice_membersRapptz2017-01-081-1/+1
|
* Add Guild.chunked property.Rapptz2017-01-081-2/+16
|
* Implement AutoShardedClient for transparent sharding.Rapptz2017-01-071-0/+8
| | | | | This allows people to run their >2,500 guild bot in a single process without the headaches of IPC/RPC or much difficulty.
* Fix bug that made member roles go missing.Rapptz2017-01-031-7/+0
|
* 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