aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Allow additional parameters on channel creationTyler2019-01-281-10/+39
* Fix typo in exception message in Guild.editRapptz2018-12-171-2/+2
* Add support for explicit_content_filter in Guild.editRapptz2018-12-171-0/+7
* Add support for mobile indicators and per-client statuses.Rapptz2018-12-141-2/+2
* Fix bug in Guild.splash_urlRapptz2018-11-261-1/+1
* Add support for default notification level in audit logs and Guild.editRapptz2018-11-251-0/+9
* Add Guild.default_notificationsChris2018-11-241-2/+5
* Add support for multiple activitiesSnowyLuma2018-11-241-1/+1
* [lint] Remove extra whitespace in guild.pyHornwitser2018-11-241-1/+1
* [lint] Fix import orderHornwitser2018-11-241-1/+0
* Add Guild.splash_url_asMatt (IPv4)2018-10-111-5/+36
* Fix up Guild.create_custom_emoji docstring.Rapptz2018-10-031-1/+1
* Add note regarding MORE_EMOJI in Guild.create_custom_emojiMusicOnline2018-10-031-1/+2
* Correct Guild.create_custom_emoji documentationMusicOnline2018-10-021-2/+2
* Change internal role storage in Guild to a dict instead of a list.Rapptz2018-09-241-23/+32
* Correct note note about editing emoji in Guild.create_custom_emoji.Vexs2018-09-201-2/+0
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-151-5/+5
* Implement roles kwarg for guild.create_custom_emoji and emoji.editPikalaxALT2018-08-221-2/+6
* 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