60 Commits (69bdc3a1849407f64ef93bd2e5119e54d6cd2208)

Author SHA1 Message Date
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Rapptz e65dab3b23 Implement role tags. 4 years ago
Michael 93fa46713a
Fix and add documentation 5 years ago
Anurag Singh 5769511779 allow passing color int to role.edit 5 years ago
Saurabh Chaturvedi 3faa9799e3 Fix documentation problem with color 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz 5c0b127c96 Create Permissions and Colour objects when necessary in Role 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Rapptz 77239e4f15 Fix NameError and duplicate insertion bug when moving roles. 7 years ago
Rapptz 95d8bb2e85 Change internal representation of roles in Member and Emoji. 7 years ago
Rapptz 3d03dbc451 Change internal role storage in Guild to a dict instead of a list. 7 years ago
Rapptz 12cb074316 Take the default role property into account when comparing roles. 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser d58fc0ccee [lint] Remove unused imports 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Steve C 0e945915b7 Fixes various documentation errors/inconsistencies 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
Rapptz f4e01b3a92 Make supported operations stand out more than attributes. 8 years ago
Rapptz f73eb087c9 Use describe instead of tables for supported operations. 8 years ago
Rapptz dff6bcc745 Add support for audit log reasons. 8 years ago
Rapptz d24c2a09b6 Change some format usage to use %-formatting. 8 years ago
Rapptz c30ab8a3e5 Fix NameError in Role.edit when moving roles. 8 years ago
Rapptz fde35848f6 Make Role.members use a list comprehension. 8 years ago
Rapptz 96a43fa9e3 Fix NameError in Role.edit 8 years ago
Rapptz aa59762c04 Remove extra space. 8 years ago
Rapptz 81baafa1e2 Change Role.is_everyone to Role.is_default. 8 years ago
Rapptz e77012f4d9 Make all public is_ functions into methods instead of properties. 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Rapptz f4cadaf0cc Fix bug with GuildChannel.edit and Role.edit with positions. 8 years ago
Rapptz 7eb73cdc71 Add Role.members to get every member with a role. 8 years ago
Rapptz dceba9d962 Add useful repr to all data classes. 8 years ago
Rapptz a7a60e433b Make roles and guilds stateful. 9 years ago
Rapptz d1d54a468a Rename Server to Guild everywhere. 9 years ago
Rapptz 45c729b167 Switch IDs to use int instead of str 9 years ago
Rapptz 044b0824e6 Begin working on the rewrite. 9 years ago
Rapptz b7c90a5e3d Fix role comparisons. 8 years ago
Rapptz 13f85b3292 Make Roles totally ordered. 9 years ago
Rapptz b6492a4124 Clarify Role.position documentation. 9 years ago
Rapptz 5016f12079 Add Role.server attribute. 9 years ago
Rapptz 196e9463f5 Add Role.mentionable attribute. 9 years ago
Rapptz abb955fdaa Add Role.mention property 9 years ago
Khazhismel Kumykov 9f722731dd Fix typo in Role.created_at 9 years ago
Rapptz 2ef38107d8 Add missing created_at properties for other objects. 9 years ago
Rapptz 8974dffc4e Change internal update functions to have a leading underscore. 9 years ago
Rapptz db4cc791dd Update license of files to 2016. 9 years ago
Rapptz f1f0e169e4 Add __slots__ where appropriate to data classes. 9 years ago
Rapptz 51d91c2a82 Most data classes now support hashing. 9 years ago
Rapptz de1c74a399 Make more things into properties. 9 years ago