81 Commits (26bb6c6ddc9c141acdcc52e3728783525db2e2be)

Author SHA1 Message Date
Rapptz 26bb6c6ddc Fix some lingering attribute setting issues. 6 years ago
Rapptz c7396dc8ac Add support for mobile indicators and per-client statuses. 6 years ago
Hornwitser 7fe4c999fb Actually drop copy.copy in Member 7 years ago
SnowyLuma e89e7dfe93 Add support for multiple activities 7 years ago
Rapptz 860d6a9ace Revert "Rework documentation to not duplicate inherited members." 7 years ago
Rapptz 96981210b3 Rework documentation to not duplicate inherited members. 7 years ago
Rapptz 095f0ec2fc Optimise some member and user related routines. 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
BeatButton a4d1599ce9 Change docstrings to raw-strings 7 years ago
Mitchell Ferree 6d57ddf11b
Correct Member.__hash__ 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
Rapptz f8f8f418f3 Split Game object to separate Activity subtypes for Rich Presences. 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
Rapptz 21fd94a449 Attempt to change how member functions are detected for Member objects 8 years ago
Rapptz 62df23633a Sort roles by hierarchy instead of by ID. 8 years ago
Ethan 7ee63a26f0 Fix docstring 8 years ago
Rapptz 84f38b166e Add atomic keyword argument for member role editing operations. 8 years ago
Rapptz be1cffb7c3 Support for discord.Object in Member.remove_roles and Member.add_roles 8 years ago
Rapptz 723e392c95 Properly sort roles and discard everyone role in Member.colour. 8 years ago
Rapptz f588876587 Use Python3Lexer instead of PythonLexer for pygments. 8 years ago
Rapptz 229c471106 More broken Channel references. 8 years ago
Rapptz f4e01b3a92 Make supported operations stand out more than attributes. 8 years ago
Rapptz 8526995004 Minor speedup when doing comparisons. 8 years ago
Rapptz 8e34a256a4 Fix User == Member comparisons. 8 years ago
Rapptz f73eb087c9 Use describe instead of tables for supported operations. 8 years ago
Rapptz b44bba6ee6 First pass at documentation reform. 8 years ago
Rapptz 5106feaf57 Allow comparison between User and Member instances again. 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 c54a6a927d Implement audit logs. 8 years ago
Rapptz 1fc08bc5a2 Remove unused imports. 8 years ago
Rapptz ead18e3948 Fix issue with members not copying correctly. 8 years ago
Rapptz 67912193ec Forward keyword arguments in Member.ban 8 years ago
Rapptz bfe2b4fc03 Fix Member.display_name to work. 8 years ago
Rapptz a632bdd871 Fix Member.permissions_in passing in the wrong self parameter. 8 years ago
Rapptz e77012f4d9 Make all public is_ functions into methods instead of properties. 8 years ago
Rapptz 554ae196d3 Add missing int casts in many different events in the state. 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Rapptz 4c981ee631 Add support for relationships. 8 years ago
Rapptz fa384f2114 Make ClientUser separate from a regular User. 8 years ago
Rapptz 92dd519b1a Remove _get_guild_id from Messageable ABC. 8 years ago
Rapptz aae8b783e9 VoiceChannel.voice_members is now computed when needed. 8 years ago
Rapptz c863d93f69 Fix bug that made member roles go missing. 8 years ago
Rapptz 7690455b21 Make User and Member messageable. 8 years ago
Rapptz 98b981848d Move message creation to a factory method inside ConnectionState. 8 years ago
Rapptz dceba9d962 Add useful repr to all data classes. 8 years ago
Rapptz 79a49f9145 Absolute import some circular dependencies to appease Python 3.4. 8 years ago