Commit Graph

  • ac00fcad77 Flatten genindex to not group names. Rapptz 2019-06-30 18:59:19 -04:00
  • 9d0400516a Fix TeamMember.team typehinting Joshua B 2019-07-01 03:08:49 +10:00
  • b31028fa19 Fix some linking issues with TeamMembershipState Rapptz 2019-06-30 02:38:56 -04:00
  • 604e9dfc67 Remove constructibility from certain classes in documentation. Rapptz 2019-06-30 02:37:59 -04:00
  • ccb26018ab Export Team related stuff from __init__ Rapptz 2019-06-30 02:32:07 -04:00
  • ba7a319ab0 Team.owner should return a TeamMember. Rapptz 2019-06-30 02:28:55 -04:00
  • c4d1bd7899 TeamMember inherits from BaseUser instead of attribute. Rapptz 2019-06-30 02:27:31 -04:00
  • d4b13bd32b [commands] Fix up Paginator documentation. Rapptz 2019-06-29 20:29:13 -04:00
  • 391ff7a486 [commands] Calculate suffix length at each add_line Matt (IPv4) Cowley 2019-06-28 11:20:08 +01:00
  • 0cca3ca5c6 Add support for suppressing embeds. Rapptz 2019-06-21 00:39:52 -04:00
  • 203d702d46 Add unused Guild.preferred_locale Rapptz 2019-06-29 20:17:18 -04:00
  • 2c16e43e8a Fix regression with unresolved channels due to reordering. Rapptz 2019-06-29 19:41:03 -04:00
  • 68342db04d [commands] Properly raise the correct exception for owner_ids Rapptz 2019-06-29 19:26:45 -04:00
  • 69364a25eb fix documentation for GuildChannel.set_permissions Xua 2019-06-27 20:02:09 +12:00
  • 9687740217 [tasks] Removed Returns from decorator docstring Nihaal 2019-06-28 17:29:04 +01:00
  • be5bd27386 Remove unused import Eugene 2019-06-24 22:46:29 +03:00
  • 0a21591d0c [commands] Don't raise ExtensionNotFound for ImportErrors in modules Benjamin Mintz 2019-06-24 06:12:23 +00:00
  • 3961e7ef6d Support team members data in application info fourjr 2019-06-21 17:09:15 +08:00
  • 5698cf6df9 Implement Guild.fetch_roles NCPlayz 2019-06-08 22:38:27 +01:00
  • 851f83c821 Implement Guild.fetch_members NCPlayz 2019-06-08 00:15:39 +01:00
  • d747f2c88b Use a new scorer to improve search results. Rapptz 2019-06-29 02:36:26 -04:00
  • c26797d808 Proper RTD detection. Rapptz 2019-06-29 02:34:11 -04:00
  • 1652539d40 Disable RTD search. Rapptz 2019-06-29 01:31:00 -04:00
  • ab00bc0686 Strip discord.ext in genindex page and unbreak PEP links. Rapptz 2019-06-28 21:29:43 -04:00
  • acda808803 Make the generated index page more useful for Ctrl + F. Rapptz 2019-06-28 21:04:18 -04:00
  • db67c79dbc Downgrade to Sphinx 1.8.5 Rapptz 2019-06-28 09:00:17 -04:00
  • 7523f86006 Translation sync with Crowdin Rapptz 2019-06-28 08:59:21 -04:00
  • a129b4bb7e Make more use of screen space in the documentation. Rapptz 2019-06-28 02:11:22 -04:00
  • 7543328fe7 Update Sphinx to 2.1.2 Rapptz 2019-06-28 01:43:04 -04:00
  • 0cf38241d0 Version bump to 1.2.3 v1.2.3 Rapptz 2019-06-25 21:50:28 -04:00
  • 1e982e0042 Cast activity enumerator to integer instead of accessing value directly Rapptz 2019-06-25 21:50:06 -04:00
  • a136def52f Translation sync from crowdin Rapptz 2019-06-22 10:23:38 -04:00
  • 8f691ae775 Only return exception in Client.run when it's not cancelled. Rapptz 2019-06-20 23:04:38 -04:00
  • b2f247bef3 Propagate exception in Client.run Rapptz 2019-06-20 23:00:45 -04:00
  • 20fa3001f2 Raise max encoder bitrate to 512kbps Imayhaveborkedit 2019-06-19 18:29:00 -04:00
  • 94c0cb0d5c [commands] Add missing word in HelpCommand documentation Harmon 2019-06-19 15:06:32 -05:00
  • 850a0431bf Catch asyncio.CancelledError in 3.8 in typing context manager Benjamin Mintz 2019-06-13 19:38:07 +00:00
  • 671a19a24a [commands] Ensure cooldowns are properly copied. Rapptz 2019-06-12 23:40:43 -04:00
  • dfcf9cdb0a Rename error type for X.fetch_channel(s). NCPlayz 2019-06-11 20:15:55 +01:00
  • 34b93c757c docs: Fix minor typo Reece Dunham 2019-06-11 10:27:50 -04:00
  • 2b4cf5dafc Set premium_since when copying and updating Member SnowyLuma 2019-06-11 21:13:43 +02:00
  • e00635fba7 Version bump to 1.2.2 v1.2.2 Rapptz 2019-06-09 21:51:43 -04:00
  • e3e2e38511 Update docs to note Enum derivation change Toby Harradine 2019-06-10 00:53:10 +10:00
  • 3730e66d37 Crowdin translation sync Rapptz 2019-06-09 08:20:43 -04:00
  • 855a6c5b59 Fix descriptor detection in enum code. Rapptz 2019-06-09 08:11:23 -04:00
  • 7980213745 Version bump to 1.2.1 v1.2.1 Rapptz 2019-06-09 02:18:43 -04:00
  • 2b761508f1 Disallow deleting of enum attributes. Rapptz 2019-06-09 02:13:40 -04:00
  • 6931189b92 Add EnumMeta.__reversed__ just in case someone does this. Rapptz 2019-06-09 02:02:06 -04:00
  • a92b4c2093 Add EnumMeta.__len__ to not break user avatar code. Rapptz 2019-06-09 01:59:23 -04:00
  • af4e3ad79b Some documentation touch-ups and missing stuff in the changelog. Rapptz 2019-06-09 01:23:14 -04:00
  • d7814cfb25 Remove unused import. Rapptz 2019-06-09 01:06:20 -04:00
  • a8f0a03247 Version bump to 1.2.0 v1.2.0 Rapptz 2019-06-09 00:39:38 -04:00
  • 655aa39603 Fix reference typo in SystemChannelFlags Rapptz 2019-06-09 00:38:35 -04:00
  • 7e2da1c93b Publicly expose a type property for all channels. Rapptz 2019-06-09 00:23:22 -04:00
  • 991140eebe Replace Enum with an internal one for significant speed improvements. Rapptz 2019-06-09 00:06:34 -04:00
  • 8bf0482af5 Fix exception hierarchy documentation. Rapptz 2019-06-08 21:23:42 -04:00
  • 126f4f8271 Implement Guild.get_all_premium_subscribers NCPlayz 2019-06-08 20:51:53 +01:00
  • c97b097f07 Document new Guild.features Rapptz 2019-06-07 22:26:05 -04:00
  • f84219c2b2 Improve performance of parsing MESSAGE_UPDATE and MESSAGE_CREATE events Rapptz 2019-06-07 22:18:01 -04:00
  • 3c9bcc2851 Improve documentation NCPlayz 2019-05-18 06:04:54 -04:00
  • 2f05436653 Added comment for/redo system information NCPlayz 2019-05-22 22:04:27 +01:00
  • f7c6c5995d Implementing GET '/channels/:id' & '/guilds/:id/channels' NCPlayz 2019-05-18 22:29:22 +01:00
  • 320dbc0618 Add support for system channel flags Rapptz 2019-06-06 22:30:02 -04:00
  • fcf02414fe Fix stray colon in Asset related docstrings Rapptz 2019-06-04 19:06:31 -04:00
  • 9674055c2a Add support for animated guild icons. Rapptz 2019-06-04 19:04:44 -04:00
  • 5dce3410e6 Add support for new message types related to premium guilds. Rapptz 2019-05-29 21:35:48 -04:00
  • 2b27a7a9d5 Add Member.premium_since to denote member boost date. Rapptz 2019-05-29 20:55:43 -04:00
  • 8e80eee0d1 Add Emoji.available field Rapptz 2019-05-29 20:52:37 -04:00
  • a048815c60 Add Guild.premium_subscription_count Rapptz 2019-05-11 01:18:40 -04:00
  • e40c68b75a Add Guild.premium_tier and corresponding limits. Rapptz 2019-05-10 23:28:22 -04:00
  • 90ae3f396c Probably fix indentation. Rapptz 2019-05-30 19:38:06 -04:00
  • bfb1edcc05 Update readthedocs.yml to v2 configuration file. Rapptz 2019-05-30 19:33:14 -04:00
  • 483aa5465d Properly handle compute_prune_count in prune members endpoint. Rapptz 2019-05-30 18:01:03 -04:00
  • 00a0856cc4 Use a dict instead of getattr for parsing events. Rapptz 2019-05-29 01:22:36 -04:00
  • 0622e18cb9 Speed-up utils.get for the common cases Rapptz 2019-05-29 00:45:48 -04:00
  • 0d72ac3bb6 Ensure message links resolve in the Messageable.pins note. Rapptz 2019-05-27 04:05:51 -04:00
  • 96dc6f0c11 Add note that Messageable.pins does not contain Message.reactions Rapptz 2019-05-27 04:04:06 -04:00
  • 2cd6d771ec Make __repr__ slightly more detailed and add a few missing ones. Rapptz 2019-05-26 02:28:49 -04:00
  • ab6dd2a27a Add note for Message.tts Rapptz 2019-05-25 06:17:52 -04:00
  • 3c387e9031 Use attrgetter to speed up Member attribute access by 2x. Rapptz 2019-05-25 03:14:35 -04:00
  • d96b8a0b80 Add Discord error code to HTTPException message. Rapptz 2019-05-24 04:20:42 -04:00
  • fc5a2936dd Fix pluralization errors in various files Ehren Julien-Neitzert 2019-05-23 23:31:17 -04:00
  • 84e9168447 Grammar fixes for notes on EmbedProxy Dante Dam 2019-05-22 23:28:51 -07:00
  • f2c7b2e6d8 Add an insert_field_at method for the embed class Kyber 2019-05-22 01:09:31 +10:00
  • 2fd589874f Fix wording in documentation for ClientUser.locale Harmon 2019-05-20 23:51:22 -05:00
  • 998980ed9a Added example for template checkboxes Dante Dam 2019-05-19 20:13:40 -07:00
  • 92731bbf5f [commands] Fixed extra "only" in dm_only docs Dante Dam 2019-05-19 20:04:42 -07:00
  • 964b97aa30 Add table showing what methods get invite attributes. Rapptz 2019-05-19 19:05:24 -04:00
  • 82b54933e2 Add asyncio.Task subclass for better __repr__ for events. Rapptz 2019-05-19 18:42:42 -04:00
  • db9a293f14 [tasks] Add version added note to Loop.change_interval Suhail 2019-05-19 19:42:32 +01:00
  • 38eb2b4828 Validate kwargs in Client.start NCPlayz 2019-05-19 14:42:33 +01:00
  • 007b7ebf3a Update on_group_join docs apple502j 2019-05-18 12:58:12 +09:00
  • 1fac7a7e71 [commands] Add missing backtick for is_nsfw docs Dante Dam 2019-05-17 15:23:34 -07:00
  • aadb6953ff [tasks] Add way to change interval at run-time Suhail6inkling 2019-05-17 23:25:21 +01:00
  • bf5b267c55 Correct the documentation for methods and properties that return Assets Vexs 2019-05-14 16:51:50 -05:00
  • 5473cec6ac Added note to Emoji.user Allan Galarza 2019-05-12 21:07:46 -07:00
  • 6bc9d7c01a [tasks] Add indicator for internal task failure Rapptz 2019-05-13 22:07:43 -04:00
  • a4a362b4c7 [tasks] Log exception when something failed to logging. Rapptz 2019-05-13 21:10:26 -04:00
  • a62641bd65 Add back __repr__ that were deleted in the Asset redesign Benjamin Mintz 2019-05-13 20:06:57 +00:00
  • 859ee751f9 [tasks] Return coro from before and after decorators SnowyLuma 2019-05-13 14:41:30 +02:00