81 Commits (bf5b267c5586a59b16ae8af0038cb628667333d5)

Author SHA1 Message Date
Vexs bf5b267c55 Correct the documentation for methods and properties that return Assets 6 years ago
Rapptz f9e95a35f9 Fix USER_UPDATE changes not triggering for member instances. 6 years ago
Rapptz 6f26a4aad8 Improve performance of value -> enum by about 5x. 6 years ago
Rapptz cc68cfb896 Add notes to all relationship endpoints that they don't work on bots. 6 years ago
Rapptz 7d385b23a1 Fix copy paste error in ClientUser.edit_settings 6 years ago
NCPlayz be227ebcf0 Redesign asset retrieval in the library. 6 years ago
CapnS 4ec7213506 Added functionality to edit user settings 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Liam H 79f172cf80 Add PremiumType enumeration and ClientUser.premium_type 6 years ago
CapnS 2c7c541f4e Added User.mutual_friends() 6 years ago
bmintz c184b0a53d add support for Bug Hunter and Early Supporter flags 7 years ago
Hornwitser efb4ff850e [lint] Fix import order 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
MusicOnline 2c1ba84346 Add colour attribute for BaseUser 7 years ago
Rapptz 5c24e69cf2 Fix up the Sphinx strings causing warnings. 7 years ago
BeatButton a4d1599ce9 Change docstrings to raw-strings 7 years ago
Bryan Forbes d7218259aa Call Http.start_group() in ClientUser.create_group() 7 years ago
mental ee57e89488 Added hypesquad house functionality 7 years ago
Hornwitser c557ee33ca [lint] Fix types used for __slots__ and __all__ 7 years ago
Hornwitser d58fc0ccee [lint] Remove unused imports 7 years ago
khazhyk 2c7a855e11 Revert "Ensure gif avatar urls end in `.gif`" 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
khazhyk 456390f417 Ensure gif avatar urls end in `.gif` 7 years ago
Mippy (William) b5bc5a36ce Fix Spelling Error 8 years ago
khazhyk ebecb90c96 is_avatar_animated should always return bool 8 years ago
Rapptz 51a39b5b1c Rename avatar_is_animated to is_avatar_animated and make it a method. 8 years ago
khazhyk 12ca0d9b16 avatar_url_as improvements 8 years ago
Rapptz 25a1d8c300 Add support for user flags in Profile. 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 058f1f13eb Fix premium key being missing in profile endpoint. 8 years ago
Rapptz f7524c9919 Add User.is_blocked and User.is_friend shortcut methods. 8 years ago
Rapptz 2fe5da836c Add User.avatar_url_as to convert a user's avatar. 8 years ago
Rapptz bfe2b4fc03 Fix Member.display_name to work. 8 years ago
Rapptz ca81f0c3fc Better group DM support. 8 years ago
Rapptz 1cf7b0e2c8 Add ClientUser.friends and ClientUser.blocked 8 years ago
Rapptz 02f30f21c4 Implement User.profile coroutine to get a user's profile. 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Rapptz 4c981ee631 Add support for relationships. 8 years ago
Rapptz e2acf7b2b9 Add ClientUser.premium boolean. 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