134 Commits (91652e3b6017ac68f5a183ce6541e055b4b53ec7)

Author SHA1 Message Date
JustAnyone 91652e3b60
Add per-guild member avatar support 4 years ago
Rapptz 63434fbfd9 Fix some type hints in user.py 4 years ago
thetimtoy 529fad6fec
Type-hint user.py 4 years ago
nickofolas 06a371e80a
Fix User.accent_color incorrect attribute access 4 years ago
Rapptz ecf239d2a2 Fix user cache acting incorrectly with evictions 4 years ago
Rapptz 9d25bb454b Fix recursive inheritance in BaseUser 4 years ago
Alex Nørgaard b47133dfb2
Add BaseUser.banner for all subclasses to access new banners 4 years ago
Rapptz af8742a911 Use a specific tag type for member and user comparisons 4 years ago
Rapptz cb2363f0fd Move global user storage from WeakValueDictionary to dict 4 years ago
Rapptz 6f3b8072d6 Rework User.edit to have proper typing 4 years ago
Rapptz f7d551953b Remove extraneous __slots__ assignments 4 years ago
Nadir Chowdhury 757cfad38f
Type up **kwargs of various methods 4 years ago
Josh 8b2241916a
Typehint Widget 4 years ago
David 66b17f5afb
Clarify ClientUser.verified docs 4 years ago
Rapptz 1c64689807 Remove lingering User.avatar documentation 4 years ago
Steve C 86f10f6dd6
Add missing reprs to some objects 4 years ago
Rapptz 9eaf1e85e4 Rewrite Asset design 4 years ago
Rapptz 1209585de5 Remove User.permissions_in 4 years ago
Rapptz 99fc950510 Use f-strings in more places that were missed. 4 years ago
Nadir Chowdhury 89456022cf
Add `__all__` to remaining modules 4 years ago
Rapptz ff7094ce96 Convert datetimes to aware datetimes with UTC. 4 years ago
Rapptz 54288879e2 Remove userbot functionality 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Nadir Chowdhury 4d4c19f9b5
deprecate User.relationships 4 years ago
Alex Nørgaard 456a5dfa59
Update create_dm documentation to say it's a coroutine 4 years ago
Nadir Chowdhury 63ec23bac2
Code optimisations and refactoring via Sourcery 4 years ago
Nadir Chowdhury 427e387a2f
Deprecate non-bot methods 4 years ago
sudosnok 27c7fb6aed
Add User.mutual_guilds 4 years ago
Lucas d7b41e0a21
Fix User public flags not updating 4 years ago
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Michael 93fa46713a
Fix and add documentation 5 years ago
Skezza c3bca7ec73
Documentation formatting 5 years ago
Sebastian Law b4b953bfc6
Fix various inconsistencies within the documentation (#5067) 5 years ago
JohnyTheCarrot 010ce0519a
Fix incorrect class reference in documentation 5 years ago
JohnyTheCarrot ab5f995d78 Add support for public user flags 5 years ago
kittenswolf 6decfd1d1a Fix colour properties being displayed as methods in the documentation. 5 years ago
Harmon 6f9793fe5e Fixes and improvements for v1.3 documentation 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz c92ca4ee07 Add Profile.system and Profile.team_user to query newer flags 5 years ago
Rapptz 2de90fbecf Add User.system and MessageFlags.urgent 5 years ago
Merlintor b458cc7b7d Return 'username' instead of 'name' 5 years ago
Devon R bf9b9c5879 Adjust BASE urls to have no trailing slash (consistency) 5 years ago
Devon R f5ebf42e1f Return invites as https, various URL normalization 5 years ago
Willy e713b86154 Added Optional to ClientUser.premium_type type hint 6 years ago
Tyler c7a1f5e6e9 Disambiguate and normalize documentation for non-bot only methods 6 years ago
Reece Dunham de1a96b9f7 Fix: another capitalization issue in docstring 6 years ago
Steve C ae4989e474 Fix return type docstring for BaseUser.default_avatar 6 years ago
Rapptz 5c1b239b47 Different method of upgrading user instances 6 years ago
Rapptz e75c248a9a Properly populate __slots__ for derived user types. 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago