aboutsummaryrefslogtreecommitdiff
path: root/discord/role.py
Commit message (Expand)AuthorAgeFilesLines
* Remove in-place edits and return fresh instances insteadRapptz2021-08-231-4/+10
* Fix typing of move role position payload parameterRapptz2021-08-231-1/+2
* Rework Role.edit to not rely on previous role stateRapptz2021-06-291-33/+31
* Typehint Role and RoleTagsRapptz2021-05-281-48/+59
* Fix Role.is_assignable() computing Guild.me twiceRapptz2021-05-281-1/+6
* Check for guild owner in Role.is_assignable()TheOneMusic2021-05-281-1/+1
* Add Role.is_assignable()Tyler2021-05-281-0/+7
* Add warning for comparing with role positioningRapptz2021-05-271-0/+9
* Type up **kwargs of various methods Nadir Chowdhury2021-05-101-1/+21
* First pass at supporting v8 APIRapptz2021-04-111-1/+1
* Use f-strings in more places that were missed.Rapptz2021-04-081-7/+26
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+5
* Modernize code to use f-stringsRapptz2021-04-041-3/+1
* Add support for the new permission serialization scheme.Rapptz2021-02-181-2/+2
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Implement role tags.Rapptz2020-11-261-4/+78
* Fix and add documentationMichael2020-09-231-1/+1
* allow passing color int to role.editAnurag Singh2020-05-101-1/+7
* Fix documentation problem with colorSaurabh Chaturvedi2020-04-041-1/+4
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Create Permissions and Colour objects when necessary in RoleRapptz2019-08-271-8/+15
* Improve documentationNCPlayz2019-06-071-3/+3
* Organise documentationNCPlayz2019-03-191-6/+6
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Fix NameError and duplicate insertion bug when moving roles.Rapptz2018-09-241-1/+1
* Change internal representation of roles in Member and Emoji.Rapptz2018-09-241-1/+2
* Change internal role storage in Guild to a dict instead of a list.Rapptz2018-09-241-4/+1
* Take the default role property into account when comparing roles.Rapptz2018-09-241-0/+6
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-1/+1
* [lint] Remove unused importsHornwitser2018-08-221-2/+0
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-10/+7
* Fixes various documentation errors/inconsistenciesSteve C2018-05-181-2/+2
* Add intersphinxTobotimus2018-01-061-7/+7
* Make supported operations stand out more than attributes.Rapptz2017-05-201-16/+18
* Use describe instead of tables for supported operations.Rapptz2017-05-131-21/+31
* Add support for audit log reasons.Rapptz2017-05-071-7/+14
* Change some format usage to use %-formatting.Rapptz2017-05-041-1/+1
* Fix NameError in Role.edit when moving roles.Rapptz2017-04-221-0/+1
* Make Role.members use a list comprehension.Rapptz2017-03-251-5/+1
* Fix NameError in Role.editRapptz2017-03-051-1/+1
* Remove extra space.Rapptz2017-02-281-1/+1
* Change Role.is_everyone to Role.is_default.Rapptz2017-01-291-4/+4
* Make all public is_ functions into methods instead of properties.Rapptz2017-01-291-3/+2
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Fix bug with GuildChannel.edit and Role.edit with positions.Rapptz2017-01-161-2/+1
* Add Role.members to get every member with a role.Rapptz2017-01-031-0/+13
* Add useful repr to all data classes.Rapptz2017-01-031-0/+3
* Make roles and guilds stateful.Rapptz2017-01-031-0/+108
* Rename Server to Guild everywhere.Rapptz2017-01-031-10/+10
* Switch IDs to use int instead of strRapptz2017-01-031-10/+10