aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Guild.create_invite too since it relies on a default channel.Rapptz2017-07-311-38/+0
* Remove Guild.default_channelRapptz2017-07-311-7/+7
* add Guild.icon_url_askhazhyk2017-07-251-1/+35
* Fix passing None to afk_channel in Guild.edit.Rapptz2017-06-191-3/+11
* Document that exceptions happen in Guild.audit_logs.Rapptz2017-05-251-0/+7
* Use Python3Lexer instead of PythonLexer for pygments.Rapptz2017-05-221-2/+2
* Make supported operations stand out more than attributes.Rapptz2017-05-201-8/+10
* Use describe instead of tables for supported operations.Rapptz2017-05-131-13/+15
* First pass at documentation reform.Rapptz2017-05-121-4/+4
* Remove Guild.change_vanity_invite in favour of Guild.editRapptz2017-05-091-29/+11
* Rename GuildRegion to VoiceRegion.Rapptz2017-05-091-4/+4
* Add support for audit log reasons.Rapptz2017-05-071-20/+42
* Add support for setting and retrieving guild vanity invites.Rapptz2017-04-301-0/+55
* Changed audit_log to audit_logs in documentationTwentysix2017-04-301-1/+1
* Implement audit logs.Rapptz2017-04-301-4/+66
* Add Guild.voice_client shortcut.Rapptz2017-04-181-1/+5
* Add Guild.explicit_content_filter.Rapptz2017-04-121-2/+6
* Sort Guild.text_channels and Guild.voice_channels in UI order.Rapptz2017-03-231-4/+14
* Add support for message acking.Rapptz2017-02-271-1/+21
* Make Guild.large a property instead of an attribute.Rapptz2017-02-241-7/+17
* Fix Guild.bans to return a BanEntry object.Rapptz2017-02-161-4/+15
* Fix more places where server is used instead of guild in docstrings.Rapptz2017-02-081-1/+1
* Fix support for instant invites.Rapptz2017-02-081-1/+37
* Faster implementation of Guild.default_channel.Rapptz2017-01-291-4/+4
* Change Role.is_everyone to Role.is_default.Rapptz2017-01-291-5/+5
* 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
* 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
* 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