aboutsummaryrefslogtreecommitdiff
path: root/discord/member.py
Commit message (Expand)AuthorAgeFilesLines
* Update add_roles docstring to mention role order.Perry Cate2021-01-141-2/+4
* Add support for Member.pending boolean attributeRapptz2020-12-181-1/+13
* [chore] Remove redundant importsNadir Chowdhury2020-11-281-1/+1
* Intern status and overwrite stringsRapptz2020-09-231-4/+5
* Allow finer grained control over the member cache.Rapptz2020-09-231-0/+8
* Handle user updates within GUILD_MEMBER_UPDATERapptz2020-09-231-9/+12
* Fix and add documentationMichael2020-09-231-1/+6
* Completely update member references from message inner members.Rapptz2020-09-171-1/+7
* Fix Member.joined_at documentationrodovia2020-09-091-2/+2
* Documentation formattingSkezza2020-06-301-2/+2
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-2/+7
* Removes the caching behavior of Member.rolesMichael H2020-06-041-12/+7
* Add support for public user flagsJohnyTheCarrot2020-05-291-1/+1
* Fix colour properties being displayed as methods in the documentation.kittenswolf2020-05-031-2/+2
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-3/+3
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Expose _ActivityTag as BaseActivity to easily refer to.Rapptz2020-01-141-2/+2
* Cache member.roles access to avoid surprising performance trapsRapptz2020-01-061-2/+12
* Fix Member.mentioned_in returning True if in separate guildsRapptz2020-01-061-3/+5
* Added Optional to VoiceState.channel typeWilly2019-11-151-1/+1
* Add self_stream property to VoiceState object.Joshua B2019-09-191-2/+8
* Use lower level Guild.owner_id for permission resolution.Rapptz2019-07-101-1/+1
* Fix NameError in member upgrade codeRapptz2019-07-101-1/+1
* Add upgraded Member to Message.mentions in case of no cache.Rapptz2019-07-101-0/+11
* Different method of upgrading user instancesRapptz2019-07-101-5/+1
* Set premium_since when copying and updating MemberSnowyLuma2019-06-111-0/+2
* Improve documentationNCPlayz2019-06-071-16/+24
* Add Member.premium_since to denote member boost date.Rapptz2019-06-041-1/+5
* Use attrgetter to speed up Member attribute access by 2x.Rapptz2019-05-251-2/+5
* Add support for voice kicking.Rapptz2019-04-301-5/+13
* Fix long-standing issue with user updates not dispatching properly.Rapptz2019-04-081-4/+24
* GUILD_MEMBER_UPDATE no longer does actual user updates.Rapptz2019-04-081-7/+1
* Don't use an enum when unnecessary in Member._client_statusRapptz2019-04-081-1/+1
* Organise documentationNCPlayz2019-03-191-13/+13
* Update Member.joined_at on MESSAGE_CREATE and document it can be None.Rapptz2019-02-271-2/+12
* Add self_video property to VoiceStateDerpyChap2019-02-181-2/+5
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Fix some lingering attribute setting issues.Rapptz2018-12-141-0/+5
* Add support for mobile indicators and per-client statuses.Rapptz2018-12-141-7/+34
* Actually drop copy.copy in MemberHornwitser2018-11-241-6/+0
* Add support for multiple activitiesSnowyLuma2018-11-241-6/+18
* Revert "Rework documentation to not duplicate inherited members."Rapptz2018-10-111-3/+1
* Rework documentation to not duplicate inherited members.Rapptz2018-10-031-1/+3
* Optimise some member and user related routines.Rapptz2018-09-241-4/+19
* Change internal representation of roles in Member and Emoji.Rapptz2018-09-241-14/+20
* Change internal role storage in Guild to a dict instead of a list.Rapptz2018-09-241-2/+2
* Change docstrings to raw-stringsBeatButton2018-09-141-2/+2
* Correct Member.__hash__Mitchell Ferree2018-08-231-1/+1
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-2/+2
* [lint] Remove unused importsHornwitser2018-08-221-1/+0