48 Commits (f4e01b3a9289b294ad559263fed0826c111700b2)

Author SHA1 Message Date
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
Rapptz 7e2c016eaa Remove extraneous unneeded hash calls. 8 years ago
Rapptz 36a5925908 Return default avatar URL if an avatar is not given for User.avatar_url 8 years ago
Rapptz 63604e0566 Use CDN URL for default avatars. 8 years ago
Rapptz 808a05ff2d Move global user cache to a WeakValueDictionary. 8 years ago
Rapptz 7690455b21 Make User and Member messageable. 8 years ago
Rapptz dceba9d962 Add useful repr to all data classes. 8 years ago
Rapptz d1d54a468a Rename Server to Guild everywhere. 9 years ago
Rapptz e4b16851bf Slots use tuples instead now. 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 4d59bca4aa Support animated avatars in User.avatar_url. 8 years ago
Rapptz e2bfa90eef Add User.mentioned_in helper to check if a message mentions you. 9 years ago
Khazhismel Kumykov 29b01f20ba Fix Member.display_name returning None 9 years ago
Rapptz e112536ce2 Simplify User.display_name a bit. 9 years ago
Rapptz 133e8d3a44 Add support for server specific nicknames. 9 years ago
Rapptz fa14c72836 Add User.bot attribute to check if a user is a bot account. 9 years ago
Rapptz f93fa8a0b2 User.__str__ now includes the discriminator. 9 years ago
Khazhismel Kumykov 5f776f369d Add default avatar property to User. 9 years ago
Rapptz f437ffe44e Add created_at properties for Server and User. 9 years ago
Rapptz 86e9b62303 Move Member.permissions_in to User.permissions_in. 9 years ago
Rapptz db4cc791dd Update license of files to 2016. 9 years ago
Rapptz 97874293e2 Revert "Use super() in classes that could be subclassed." 9 years ago
Rapptz 948f565b43 Use super() in classes that could be subclassed. 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 9f92536441 Clean-up documentation to use NumPy style docs on remaining classes. 9 years ago
Rapptz 9137d92f67 All data classes now support !=, == and str(obj). 9 years ago
Rapptz ab46afee1d Changed functions that return a constant value into properties. 9 years ago
Rapptz 17171aaa60 Switch to NumPy style documentation. 9 years ago
Rapptz 7c060ee7f6 Document supported operations in discord.User 9 years ago
Rapptz 3e0f09d32c Initial commit 10 years ago