2230 Commits (eddbe27f2ef0a2f19d84b470d1f59cde419bde08)
 

Author SHA1 Message Date
Rapptz 68342db04d [commands] Properly raise the correct exception for owner_ids 6 years ago
Xua 69364a25eb fix documentation for GuildChannel.set_permissions 6 years ago
Nihaal 9687740217 [tasks] Removed Returns from decorator docstring 6 years ago
Eugene be5bd27386 Remove unused import 6 years ago
Benjamin Mintz 0a21591d0c [commands] Don't raise ExtensionNotFound for ImportErrors in modules 6 years ago
fourjr 3961e7ef6d Support team members data in application info 6 years ago
NCPlayz 5698cf6df9 Implement `Guild.fetch_roles` 6 years ago
NCPlayz 851f83c821 Implement `Guild.fetch_members` 6 years ago
Rapptz d747f2c88b Use a new scorer to improve search results. 6 years ago
Rapptz c26797d808 Proper RTD detection. 6 years ago
Rapptz 1652539d40 Disable RTD search. 6 years ago
Rapptz ab00bc0686 Strip discord.ext in genindex page and unbreak PEP links. 6 years ago
Rapptz acda808803 Make the generated index page more useful for Ctrl + F. 6 years ago
Rapptz db67c79dbc Downgrade to Sphinx 1.8.5 6 years ago
Rapptz 7523f86006 Translation sync with Crowdin 6 years ago
Rapptz a129b4bb7e Make more use of screen space in the documentation. 6 years ago
Rapptz 7543328fe7 Update Sphinx to 2.1.2 6 years ago
Rapptz 0cf38241d0 Version bump to 1.2.3 6 years ago
Rapptz 1e982e0042 Cast activity enumerator to integer instead of accessing value directly 6 years ago
Rapptz a136def52f Translation sync from crowdin 6 years ago
Rapptz 8f691ae775 Only return exception in Client.run when it's not cancelled. 6 years ago
Rapptz b2f247bef3 Propagate exception in Client.run 6 years ago
Imayhaveborkedit 20fa3001f2 Raise max encoder bitrate to 512kbps 6 years ago
Harmon 94c0cb0d5c [commands] Add missing word in HelpCommand documentation 6 years ago
Benjamin Mintz 850a0431bf Catch asyncio.CancelledError in 3.8 in typing context manager 6 years ago
Rapptz 671a19a24a [commands] Ensure cooldowns are properly copied. 6 years ago
NCPlayz dfcf9cdb0a Rename error type for `X.fetch_channel(s)`. 6 years ago
Reece Dunham 34b93c757c docs: Fix minor typo 6 years ago
SnowyLuma 2b4cf5dafc Set premium_since when copying and updating Member 6 years ago
Rapptz e00635fba7 Version bump to 1.2.2 6 years ago
Toby Harradine e3e2e38511
Update docs to note Enum derivation change 6 years ago
Rapptz 3730e66d37 Crowdin translation sync 6 years ago
Rapptz 855a6c5b59 Fix descriptor detection in enum code. 6 years ago
Rapptz 7980213745 Version bump to 1.2.1 6 years ago
Rapptz 2b761508f1 Disallow deleting of enum attributes. 6 years ago
Rapptz 6931189b92 Add EnumMeta.__reversed__ just in case someone does this. 6 years ago
Rapptz a92b4c2093 Add EnumMeta.__len__ to not break user avatar code. 6 years ago
Rapptz af4e3ad79b Some documentation touch-ups and missing stuff in the changelog. 6 years ago
Rapptz d7814cfb25 Remove unused import. 6 years ago
Rapptz a8f0a03247 Version bump to 1.2.0 6 years ago
Rapptz 655aa39603 Fix reference typo in SystemChannelFlags 6 years ago
Rapptz 7e2da1c93b Publicly expose a type property for all channels. 6 years ago
Rapptz 991140eebe Replace Enum with an internal one for significant speed improvements. 6 years ago
Rapptz 8bf0482af5 Fix exception hierarchy documentation. 6 years ago
NCPlayz 126f4f8271 Implement `Guild.get_all_premium_subscribers` 6 years ago
Rapptz c97b097f07 Document new Guild.features 6 years ago
Rapptz f84219c2b2 Improve performance of parsing MESSAGE_UPDATE and MESSAGE_CREATE events 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
NCPlayz 2f05436653 Added comment for/redo system information 6 years ago
NCPlayz f7c6c5995d Implementing GET '/channels/:id' & '/guilds/:id/channels' 6 years ago