aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
Commit message (Expand)AuthorAgeFilesLines
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-3/+6
* Remove userbot functionalityRapptz2021-04-041-23/+0
* Modernize code to use f-stringsRapptz2021-04-041-9/+10
* Implement StageChannel and related methodsNadir Chowdhury2021-04-031-0/+44
* [docs] Add rtc_region parameter for Guild.create_voice_channelNadir Chowdhury2021-04-021-0/+5
* Implement voice region changing for voice channelsTarek2021-04-011-0/+7
* [docs] Fix fetch_members/guilds documentationNadir Chowdhury2021-03-311-3/+1
* Fallback to empty string for unavailable guild __str__Rapptz2021-03-251-1/+1
* Add roles to guild.estimate_pruned_membersz03h2021-03-241-2/+10
* Disallow empty sequences in Guild.query_members user_id parameterRapptz2021-02-281-7/+10
* Fix docstring for Guild.create_roleArthaxeres2021-02-241-1/+1
* Add remaining template endpointsNadir Chowdhury2021-02-231-0/+53
* Deprecate non-bot methodsNadir Chowdhury2021-02-231-0/+3
* Fix typo in Guild.fetch_member docsSebastian Law2021-02-221-1/+1
* Document BanEntryMaya2021-02-211-13/+6
* Add versionchanged to guild.create_roleZomatree2021-01-261-0/+3
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Support setting the preferred locale via Guild.editRapptz2021-01-051-1/+4
* Implement presences for `Guild.query_members`Nadir Chowdhury2020-12-311-3/+14
* Allow `Guild.create_role` to accept an int as the `colour` parameter.Alex Nørgaard2020-12-251-1/+3
* Document more guild featuresRapptz2020-12-221-0/+2
* Add support for editing and deleting webhook messages.Rapptz2020-12-091-2/+2
* Update documentation for rules/updates channelsRocketRace2020-12-031-3/+3
* [chore] Remove redundant importsNadir Chowdhury2020-11-281-2/+1
* Fix `UnboundLocalError` for editing `public_updates_channel`Nadir Chowdhury2020-11-281-3/+3
* Implement role tags.Rapptz2020-11-261-0/+24
* Fix error with templates not having access to member cache flags.Rapptz2020-11-211-2/+2
* Raise ClientException when members intent is not enabled on guild.fetch_membersLukas2020-11-211-1/+8
* Fixed incorrectly named 'Intent' class in doc.Nekokatt2020-09-261-1/+1
* Mention potential Guild.member_count accuracy issuesRapptz2020-09-231-1/+8
* Allow finer grained control over the member cache.Rapptz2020-09-231-2/+3
* Raise if member intent is not enabledRapptz2020-09-231-0/+9
* Don't cache members during guild start up if cache is disabled.Rapptz2020-09-231-1/+4
* Add Guild.chunk and deprecated Client.request_offline_membersRapptz2020-09-231-5/+21
* Rewrite chunking to work with intents.Rapptz2020-09-231-11/+13
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-1/+1
* Add COMMUNITY to Guild.featuresAlex Nørgaard2020-09-041-0/+1
* Fix bug with Guild.by_category not showing some channelsRapptz2020-08-221-6/+6
* Specify where to get max_members in documentationJaime Garcia Jr2020-07-311-1/+5
* Added exception documentation for Guild.create_voice_channelSkezza2020-07-221-0/+18
* Add double backticks for some parameter mentions in the documentation.Skezza2020-07-221-1/+1
* Add Guild.change_voice_state to control our voice state.jack11422020-07-221-0/+20
* Documentation formattingSkezza2020-06-301-2/+2
* Fix typo with voice_client documentationSkezza2020-06-301-1/+1
* [bugs] stop resolving Object for template/invite; remove dupe methodsNCPlayz2020-06-291-54/+11
* Add support for bulk editing role positionsNadir Chowdhury2020-06-281-0/+66
* Add support for integrationsNadir Chowdhury2020-06-281-0/+96
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-7/+17
* Fix a KeyError for channels with no category in Guild.by_categoryRapptz2020-06-271-1/+4
* Fix Guild.by_category not showing empty categories.Rapptz2020-06-271-2/+3