Commit Graph

  • 1a8d63d54f [commands] Remove Flag related delimiter and prefix error Rapptz 2021-04-30 03:29:44 -04:00
  • 58274eafbc [commands] Fix Generics causing other typing converters to fail Rapptz 2021-04-30 01:23:56 -04:00
  • 7b8db49efe Fix utils.MISSING not evaluating to True in implicit bool contexts Rapptz 2021-04-30 01:04:18 -04:00
  • 81e3f58f43 Fix async adapter detection in message deletion Dan Hess 2021-04-29 15:21:33 -08:00
  • 3b6a2b9e85 [commands] Fix Generic subcalsses used as a converter Rapptz 2021-04-29 02:43:54 -04:00
  • cbbd31cc9f fix AttributeError in Sticker.image Nadir Chowdhury 2021-04-29 07:16:55 +01:00
  • c786a85a9b Add utils.MISSING Nadir Chowdhury 2021-04-29 06:58:36 +01:00
  • a2df6e81b8 [commands] Update error message for Literal float/complex Olivia 2021-04-28 11:04:18 +09:00
  • 56f4ae3a83 [docs] Update notes for get_user and get_member pikaninja 2021-04-27 18:56:00 -07:00
  • 127b3239e9 Fix AttributeError in examples apple502j 2021-04-27 21:09:01 +09:00
  • 9f3551926a Split annotation resolution to discord.utils Rapptz 2021-04-27 05:47:26 -04:00
  • 69da87f455 [commands] Disallow float/complex in Literal but allow None Rapptz 2021-04-27 05:39:50 -04:00
  • b84717fc76 Make spelling of "colour" consistent in docs numbermaniac 2021-04-27 18:37:35 +10:00
  • f4a861d76e Add __int__ to discord.Colour ppotatoo 2021-04-27 01:38:20 +00:00
  • 686e531624 Adjust quickstart to not show commands example HyperGH 2021-04-27 03:37:44 +02:00
  • 3c2674725a Add as_chunks helper function Josh 2021-04-26 13:36:03 +10:00
  • d60689a983 Properly change abc.User.avatar type to Asset Rapptz 2021-04-25 23:30:30 -04:00
  • 20c2664a50 [docs] Remove extraneous icon definition Josh 2021-04-26 09:21:09 +10:00
  • 1765cdffb1 Use Asset for AuditLogChanges and add more entries Nadir Chowdhury 2021-04-25 14:53:38 +01:00
  • 368fda7272 Remove HypesquadHouse enum from docs Josh 2021-04-25 18:35:45 +10:00
  • 4fbc78ba81 [commands] Add support for typing.Union to Flags Josh 2021-04-25 18:35:19 +10:00
  • c250b9fc02 [commands] Fix regression with Union converters not working Rapptz 2021-04-24 09:33:35 -04:00
  • 185b554a56 [commands] Disallow complicated Literal types Rapptz 2021-04-24 09:12:28 -04:00
  • fb024546ff [commands] Fix Literal converter not working within flags Rapptz 2021-04-24 08:55:55 -04:00
  • 1c312a158a [commands] Add FlagConverter.__iter__ Rapptz 2021-04-24 08:53:36 -04:00
  • 829c2d4a1a Add Activity.buttons Nadir Chowdhury 2021-04-24 05:27:47 +01:00
  • 91c473db57 [commands] Fix _HelpCommandImpl.clean_params popitem Stella 2021-04-23 14:24:09 +08:00
  • 8e9860077d [commands] Fix flag detection code in get_flags Rapptz 2021-04-22 07:54:37 -04:00
  • e09f64b7c9 Fix typo in FlagConverter docs Alex Nørgaard 2021-04-23 02:12:19 +01:00
  • e5607822d3 Define utils.cached_property in if TYPE_CHECKING guard Josh 2021-04-23 11:11:56 +10:00
  • 275a754abd Add support for editing message attachments Rapptz 2021-04-21 23:45:06 -04:00
  • 67abfea61a Add target_user and target_type to Invite objects sudosnok 2021-04-22 04:30:35 +01:00
  • f4165755a9 Rename lingering _url Asset properties Nadir Chowdhury 2021-04-22 04:24:36 +01:00
  • a55e817ffe Fix documentation for RoleConverter jack1142 2021-04-22 05:24:04 +02:00
  • 157801bc90 Add Template.is_dirty Nadir Chowdhury 2021-04-22 04:22:22 +01:00
  • 8457f70477 [commands] Set constructible FlagConverter flags to not be required Josh 2021-04-22 13:21:02 +10:00
  • 1d7f387122 [docs] stage_channels doc typo Nadir Chowdhury 2021-04-22 04:18:49 +01:00
  • cfe93f19b1 [commands] Allow FlagCommand subclasses to inherit options Josh 2021-04-21 21:16:23 +10:00
  • 42463bae67 [commands] Add support for aliasing to FlagConverter Josh 2021-04-21 14:31:01 +10:00
  • 0c1c9284f6 Fix typo within HelpCommand.verify_checks documentation Kino 2021-04-21 04:18:32 +00:00
  • 6065329c0e [commands] Avoid creating unnecessary flag mapping copies Rapptz 2021-04-20 08:02:27 -04:00
  • 15bfdf66b2 [commands] Default construct flags if they're not passed as parameters Rapptz 2021-04-20 08:00:47 -04:00
  • ac7588f735 Fix some typings in utils Rapptz 2021-04-20 04:35:53 -04:00
  • 212d308835 [commands] Some minor clean up of the flag converter documentation Rapptz 2021-04-19 22:50:34 -04:00
  • 7bfb0f8133 [docs] fix docstring of AppInfo Nadir Chowdhury 2021-04-20 03:32:07 +01:00
  • 2e6c28bd60 Bump Python version in Quickstart documentation Arnav Jindal 2021-04-20 07:56:56 +05:30
  • 18bf3d3a7d [commands] Actually expose the FlagError base error Rapptz 2021-04-19 10:27:24 -04:00
  • ddb71e2aed [commands] Initial support for FlagConverter Rapptz 2021-04-19 10:25:08 -04:00
  • 1c64689807 Remove lingering User.avatar documentation Rapptz 2021-04-19 05:35:33 -04:00
  • c54e43360b [commands] Add run_converters helper to call converters Rapptz 2021-04-19 04:46:02 -04:00
  • 09f3f2111c [commands] Add Context.current_parameter Rapptz 2021-04-19 04:41:32 -04:00
  • 3c8d3ab078 Add a third overload to parse_time Rapptz 2021-04-19 02:12:41 -04:00
  • bee6402d84 Fix utils.find predicate typing to accept Any Rapptz 2021-04-18 09:23:53 -04:00
  • 8d74fad474 Update lavalink's repo url Cryptex 2021-04-18 20:12:05 -07:00
  • 95777230b0 Add MessageType.guild_invite_reminder Nadir Chowdhury 2021-04-19 01:33:56 +01:00
  • 631a0b1e13 Add support for ApplicationFlags Nadir Chowdhury 2021-04-19 01:32:52 +01:00
  • 417353da4d Fix up _unique and valid_icon_size implementations Rapptz 2021-04-18 09:07:26 -04:00
  • b35596f7c8 Add typings for discord.utils Rapptz 2021-04-18 08:43:09 -04:00
  • cc4dced7c0 Cleanup some of the prior typings for cached_slot_property Rapptz 2021-04-18 08:02:52 -04:00
  • 18badbc60f Add typing for utils.cached(_slot)_property Nadir Chowdhury 2021-04-18 12:56:38 +01:00
  • 7fb746e6e5 [commands] Refactor evaluation functions to allow passing in localns Rapptz 2021-04-18 04:09:43 -04:00
  • aac0374baf Add privacy policy and tos fields to AppInfo Zomatree 2021-04-18 04:52:46 +01:00
  • 821b6c61cb [docs] document inherited members on Asset Nadir Chowdhury 2021-04-18 04:40:13 +01:00
  • c2afa984ff Use f-strings for attributetable Rapptz 2021-04-17 19:40:23 -04:00
  • fdf81089b5 Add inherited members to (Partial)Emoji docs Rapptz 2021-04-17 19:39:58 -04:00
  • e4513f70ad activities is no longer nullable Nadir Chowdhury 2021-04-17 23:56:51 +01:00
  • 86f10f6dd6 Add missing reprs to some objects Steve C 2021-04-17 18:56:08 -04:00
  • 304229071f Add VoiceChannel.video_quality_mode z03h 2021-04-17 05:10:41 -07:00
  • fed259a83b Refactor save() and read() into AssetMixin Rapptz 2021-04-17 00:55:44 -04:00
  • f6fcffbab5 Use default allowed_mentions in Message.edit Rapptz 2021-04-16 23:00:18 -04:00
  • ef9bb79e91 [tasks] Move the Loop's sleep to be before exit conditions Steve C 2021-04-16 22:35:18 -04:00
  • 6ba3d89076 Revert Attachment.save code to prior implementation Rapptz 2021-04-16 11:38:56 -04:00
  • 9eaf1e85e4 Rewrite Asset design Rapptz 2021-04-16 11:21:13 -04:00
  • 57dbb37a52 Add fetch_message for webhooks Nadir Chowdhury 2021-04-16 16:27:15 +01:00
  • b610998491 Remove Sticker.preview_image Nadir Chowdhury 2021-04-16 13:19:39 +01:00
  • 5dec62f4c0 [commands] Add a converter for discord.Object Nadir Chowdhury 2021-04-16 13:18:57 +01:00
  • a30ec197c2 Some initial response typings Rapptz 2021-04-16 08:02:19 -04:00
  • 74f92387ac Add periods to sticker docs NoName 2021-04-16 20:51:02 +09:00
  • d3ac191a67 Restrict snowflake regexes to 15-20 digits Nadir Chowdhury 2021-04-16 12:33:44 +01:00
  • 8f9819eb4c [docs] Fix various unresolved references Nadir Chowdhury 2021-04-16 03:41:41 +01:00
  • ffea48f218 [commands] Remove HelpCommand.clean_prefix (#6736) pikaninja 2021-04-15 18:28:08 -07:00
  • 90d59bb06c Fix overloads on Webhook.send to not require wait kwarg Rapptz 2021-04-15 19:36:36 -04:00
  • 0542b129c2 Fix WebhookMessage.edit documentation Rapptz 2021-04-15 09:03:46 -04:00
  • f1130e4985 Fix fail_if_not_exists not being set when constructed with state Rapptz 2021-04-14 00:50:37 -04:00
  • 187b811836 Add StageChannel to abc.GuildChannel docs pikaninja 2021-04-12 22:19:29 -07:00
  • ff04cab119 [docs] Fix reference to Guild.id Kino 2021-04-13 05:01:04 +00:00
  • 65205a8e39 Fix Intents resolution in the docs Rapptz 2021-04-10 15:50:46 -04:00
  • 28934001b2 Bring back discord module in discord.ext.commands documentation Rapptz 2021-04-10 15:49:39 -04:00
  • af7d93725d Remove current module reference in commands API docs Rapptz 2021-04-10 14:59:26 -04:00
  • efa6482ac4 Add missing attribute tables jack1142 2021-04-10 09:42:42 +02:00
  • 4756485ea4 [commands] Add StageChannelConverter to documentation Rapptz 2021-04-08 00:44:02 -04:00
  • 8b4d7f122c [commands] Update Converter list in ext.commands introduction Shun Tannai 2021-04-07 16:20:35 +09:00
  • 0d1cf57f62 [docs] add note for possible Embed.type strings Sebastian Law 2021-04-07 04:17:57 -07:00
  • 3ad795ab6a [docs] add label to basic converters section Sebastian Law 2021-04-07 04:12:52 -07:00
  • 1f74b051a8 Fix rate limit handling with retry_after precision change Rapptz 2021-04-15 08:34:58 -04:00
  • a6f7213c89 Rewrite webhooks to play better with typings and rate limits Rapptz 2021-04-15 07:20:28 -04:00
  • 5ea5f32479 [commands] Fix missing re import in Context Nadir Chowdhury 2021-04-15 13:04:24 +01:00
  • d21e65ce47 Add SystemChannelFlags.guild_reminder_notifications TheOneMusic 2021-04-15 14:03:56 +02:00
  • 65d48302ad Fix guild.chunk() not working on evicted guilds Steve C 2021-04-14 22:10:47 -04:00
  • ed3c141f5e [commands] Add clean_prefix attribute to commands.Context MrKomodoDragon 2021-04-14 19:09:40 -07:00