aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining asyncio.coroutine calls.bmintz2018-07-051-4/+2
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-53/+36
* Fixes various documentation errors/inconsistenciesSteve C2018-05-181-11/+20
* Document user parameter in Guild.get_banRapptz2018-05-081-0/+5
* Add support for getting individual ban entriesslice2018-05-071-0/+30
* Actually fix the order in Guild.by_category.Rapptz2018-03-311-2/+2
* Flip comparison in Guild.by_category.Rapptz2018-03-311-1/+1
* Sort voice channels below text channels in Guild.by_categoryRapptz2018-03-251-1/+1
* Split Game object to separate Activity subtypes for Rich Presences.Rapptz2018-03-051-3/+2
* Add intersphinxTobotimus2018-01-061-16/+16
* Further clarify how bots can interact with emoji endpointsPandentia2017-10-031-0/+2
* Remove reference to "whitelisted" bots for emoji endpointsPandentia2017-10-031-5/+0
* Allow creating a channel with a category.Rapptz2017-09-291-6/+17
* Fix Guild.system_channel always returning None.Rapptz2017-09-261-1/+1
* Temporarily add created channels to cache.Rapptz2017-09-231-3/+15
* Fix sorting for channels.Rapptz2017-09-211-5/+5
* [guild] use a defaultdict in by_categoryJake2017-09-201-8/+3
* Fix error when creating guild channels.Rapptz2017-09-131-2/+2
* Add Guild.create_category.Rapptz2017-09-131-2/+12
* Add category support.Rapptz2017-09-131-4/+50
* Document new features for guilds.Rapptz2017-09-121-0/+2
* Fix crashing for now when a category is created.Rapptz2017-09-081-2/+3
* Add webhook support.Rapptz2017-08-211-0/+23
* Add support for Guild.system_channelRapptz2017-08-171-1/+23
* 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