Commit Graph

  • e198a0e7e6 Avoid re-creating View children on edit Rapptz 2022-04-27 01:24:10 -04:00
  • da9abca74d Remove text about intents being optional Mikey 2022-04-26 21:47:44 -07:00
  • 5c2431d543 Update api.rst documentation to add timeout to on_member_update killakej 2022-04-26 08:50:40 -04:00
  • 5a06fa5f3e Give large guilds more time to chunk before timing out Lilly Rose Berner 2022-04-25 19:00:14 +02:00
  • 6d95ed19b0 Add interited members to WebhookMessage docs Alex Nørgaard 2022-04-25 07:02:07 +01:00
  • 2dbf14bb72 Separately delay ready event for each shard Lilly Rose Berner 2022-04-25 08:01:46 +02:00
  • 89eb86ecdc Add return type for __init__ Harshal Laheri 2022-04-25 11:30:27 +05:30
  • 277d35c9b2 Add raw typing event and fix typing event not working for DMs Lilly Rose Berner 2022-04-24 04:25:07 +02:00
  • e5f3706c02 Fix typo and commas consistency in Activity doc will 2022-04-24 09:24:35 +07:00
  • 69b12b97c0 Sync abc.User protocol with more shared methods Rapptz 2022-04-23 03:00:46 -04:00
  • f045b7d63c Fix BanEntry not being exported despite being documented Rapptz 2022-04-23 01:52:52 -04:00
  • 08844985cc Fix Client.fetch_guilds not working correctly, increase default limit Lilly Rose Berner 2022-04-23 04:31:33 +02:00
  • efe24c3927 Support dynamic rich presence asset URLs Lilly Rose Berner 2022-04-23 02:28:45 +02:00
  • 69595b5826 Fix activity button type Lilly Rose Berner 2022-04-23 02:22:00 +02:00
  • 5fcd4e411f [commands] Add support for typing.Annotated Rapptz 2022-04-22 06:21:10 -04:00
  • ab33551553 Fix type hints on GuildChannel.set_permissions Rapptz 2022-04-22 04:50:10 -04:00
  • 3e8fa5a661 Add raw thread delete event Lilly Rose Berner 2022-04-22 06:42:39 +02:00
  • 222dd3cf5b Add missing discord.EventStatus.ended from API docs Hafidh 2022-04-21 23:27:00 -04:00
  • 0e5c4c391d [commands] Allow subtracting multiple tokens from cooldown Florian Spieß 2022-04-21 18:23:20 +02:00
  • 832d2c0542 [commands] Fix certain annotations being allowed in hybrid commands Rapptz 2022-04-21 04:11:43 -04:00
  • 405c445093 [commands] Unwrap transformers when considering them as converters Rapptz 2022-04-21 03:19:11 -04:00
  • 5357b9319b [commands] Ignore delete_after for ephemeral interaction sends Rapptz 2022-04-21 02:06:37 -04:00
  • de941ababe Add Colour.from_str factory method Rapptz 2022-04-20 06:49:28 -04:00
  • 84e6b9283d [commands] Fix delete_after not working with interaction Context.send Rapptz 2022-04-19 22:14:11 -04:00
  • cd0d6749ea [commands] Fix Context.reply not working with expired interactions Rapptz 2022-04-19 22:09:33 -04:00
  • 19fb8ac447 Add narrowed overloads for edit methods on channels lightningyx 2022-04-19 22:46:38 +02:00
  • 1d97a35385 [commands] Fix hybrid commands not respecting default annotations Rapptz 2022-04-19 12:08:22 -04:00
  • 987235d564 Only call async setup if the loop sentinel hasn't been changed Rapptz 2022-04-19 04:27:52 -04:00
  • 6113f856b6 [commands] Dispatch command events for hybrid commands Rapptz 2022-04-19 01:40:16 -04:00
  • 7d2e5be3a1 [commands] Allow DynamicCooldownMapping factory to return None Cryptex 2022-04-18 22:25:40 -07:00
  • fd5886a058 Add ValueError to PartialEmoji.read docstring Steve C 2022-04-19 01:25:11 -04:00
  • 2e02f618f0 Add support for enum values that aren't int, str, or float Rapptz 2022-04-18 20:15:45 -04:00
  • 88b22611bc Fix utils.oauth_url doc in slash commands FAQ will 2022-04-19 06:15:45 +07:00
  • c2391cf673 Add some slash commands FAQs PythonCoderAS 2022-04-18 17:41:24 -04:00
  • 2b3cc8fe10 Add Member.display_icon to get the rendered member icon Rapptz 2022-04-17 15:58:16 -04:00
  • c885aa0b99 Add NotFound to ban docstring Mad Cat 2022-04-19 00:23:40 +03:00
  • 54d2ff9caa Hopefully fix checks triggering for crowdin download Devon R 2022-04-18 22:21:48 +01:00
  • 6e6d16093c Update extensions primer in line with async breaking changes Cobalt 2022-04-18 11:26:50 +01:00
  • 482bd11ac7 Fix Guild.fetch_member docstring lightningyx 2022-04-18 12:26:32 +02:00
  • 15a6a04622 [tasks] Fix Task.failed() only being True while error handler runs Lilly Rose Berner 2022-04-18 12:22:53 +02:00
  • 5456c0cae9 Add TextInput to Item docstring Willy 2022-04-17 05:28:29 -04:00
  • 9fcb3c8871 [commands] Add overload to run_converters Josh 2022-04-17 19:28:16 +10:00
  • 18a6881fd9 Add NotFound to unban docstring Daniel Grant 2022-04-17 14:19:20 +08:00
  • 1bfe6b2bb1 Fix support for guilds decorator with context menu commands Harmon 2022-04-15 04:00:24 -05:00
  • f9ead92239 [commands] Change Parameters header to Attributes in HybridGroup jack1142 2022-04-15 09:23:56 +02:00
  • 80aa45ed31 [commands] Skip ws before processing arguments in Greedy transformer Rapptz 2022-04-15 03:21:36 -04:00
  • 4fb1309e2a [commands] Mock interaction context prefix Rapptz 2022-04-14 19:12:16 -04:00
  • 89b9f1616c Add self_deaf and self_mute params to voice connect methods Vaskel 2022-04-14 19:06:22 -04:00
  • 862eba1e59 Add filename and description kwargs for to_file Jonah Lawrence 2022-04-14 17:04:05 -06:00
  • 9ff90d7863 Copy internal attributes for command decorator state Rapptz 2022-04-14 17:45:27 -04:00
  • e541be0427 Fix tests from failing Rapptz 2022-04-14 06:46:33 -04:00
  • bc07a02f68 [commands] Fix type hints for hybrid command decorators Rapptz 2022-04-14 05:14:48 -04:00
  • 4951231a7c Remove command parameter from Group.on_error callback Rapptz 2022-04-13 22:45:06 -04:00
  • ce15df4275 [commands] Allow commands.Range inside typing.Union or typing.Optional Rapptz 2022-04-13 22:43:11 -04:00
  • cdf442bc32 Fix signature detection in CommandTree.error decorator Rapptz 2022-04-13 22:30:39 -04:00
  • 3f4fb91328 Change CommandTree.on_error to only take two parameters Rapptz 2022-04-13 22:29:27 -04:00
  • 83fae4f0fa Add CommandTree.clear_commands Rapptz 2022-04-13 22:05:50 -04:00
  • 8a1800bd12 [commands] Add support for setting a fallback slash subcommand Rapptz 2022-04-13 20:30:11 -04:00
  • e9ff6b4be8 [commands] Fix broken documentation references Rapptz 2022-04-13 18:49:39 -04:00
  • 5c61f2af48 [commands] Add ForumChannelConverter to the converter mapping Rapptz 2022-04-13 17:45:54 -04:00
  • 141d9f4c71 [commands] Add ForumChannelConverter converter Rapptz 2022-04-13 17:44:03 -04:00
  • d98ee567d4 Add Guild.forums property Rapptz 2022-04-13 17:31:36 -04:00
  • 7a52aa3764 [commands] Force HybridGroup to always have invoke_without_command Rapptz 2022-04-13 17:14:03 -04:00
  • 49f330b4a3 Fix Thread.jump_url docstring Rapptz 2022-04-13 17:12:44 -04:00
  • b476757720 [commands] Fix type hints for checks, hooks, and error handlers Rapptz 2022-04-13 03:07:58 -04:00
  • 737ff5beaf Update Pyright to 1.1.237 Rapptz 2022-04-13 02:30:00 -04:00
  • a6ce49833c Add jump_url property to Threads Omkaar 2022-04-13 11:30:43 +05:30
  • 242d3f7ab7 [commands] Add Bot.hybrid_group and Bot.hybrid_command decorators Rapptz 2022-04-12 21:07:41 -04:00
  • 0fa9bfc925 Correct order of arguments in View.on_error Snaptraks 2022-04-12 21:15:16 -04:00
  • daa32e3463 Use pyright CI action and remove --verbose from black Rapptz 2022-04-12 20:39:43 -04:00
  • 1931b0eb75 [commands] Ensure hybrid app command receives copied wrapper command Rapptz 2022-04-12 17:45:58 -04:00
  • 393fdde037 [commands] Add support for Greedy for hybrid commands Rapptz 2022-04-12 17:31:07 -04:00
  • 1004cf2059 [commands] Unconditionally replace default if it's set Rapptz 2022-04-12 06:15:56 -04:00
  • 70d2522e7e [commands] Unwrap CommandInvokeError if the cause is CommandError Rapptz 2022-04-12 00:55:38 -04:00
  • 3bb4d3bd6d Allow internal library enums to be used as an annotation Rapptz 2022-04-12 00:18:29 -04:00
  • 65418414ea [commands] Refactor parameter replacement to be less brittle Rapptz 2022-04-11 23:43:11 -04:00
  • 896932faf1 [commands] Add Range converter Rapptz 2022-04-11 21:10:47 -04:00
  • 3c4b22b623 [commands] Fix transformers no longer working as annotation Rapptz 2022-04-11 20:00:50 -04:00
  • 9d05f55ddb [commands] Fix Optional handling when the inner type is a converter Rapptz 2022-04-11 19:18:19 -04:00
  • f072edfdfc [commands] Properly support commands.param in hybrid commands Rapptz 2022-04-11 18:55:57 -04:00
  • fa3a4c109b [commands] Fix Context.reply not working for hybrid commands Rapptz 2022-04-11 18:00:08 -04:00
  • d61561f2e8 [commands] Add support for autocomplete for hybrid commands Rapptz 2022-04-11 00:44:37 -04:00
  • 52fcaed79b [commands] Reassign app_command attribute on copy Rapptz 2022-04-11 00:38:38 -04:00
  • 1232a1d2fd [commands] Properly call after_hooks in hybrid commands Rapptz 2022-04-10 19:05:32 -04:00
  • c1892131a6 [commands] Fix Context docstring missing Interaction ref Rapptz 2022-04-10 19:02:34 -04:00
  • 840eb577d4 [commands] Add initial implementation of hybrid commands Rapptz 2022-04-10 17:14:38 -04:00
  • 151806ec94 Add ForumChannel to Thread.parent_id docstring Steve C 2022-04-12 20:14:20 -04:00
  • 526ed46d7a Add tests for command descriptions Jonah Lawrence 2022-04-12 16:23:26 -06:00
  • 7bf1a7483a Parse command descriptions from docstrings Jonah Lawrence 2022-04-12 14:31:17 -06:00
  • 1e4908b403 Add ForumChannel to abc.GuildChannel docstring Omkaar 2022-04-12 14:25:56 +05:30
  • 348764583d Add jump_url property to channels Omkaar 2022-04-12 09:53:15 +05:30
  • 6265723a35 Add support for archive duration in Guild.create_text_channel I. Ahmad 2022-04-12 02:21:08 +05:00
  • 5892bbd8b4 Allow getting all commands from CommandTree.get_commands NextChai 2022-04-10 23:00:18 -04:00
  • 79bd18f98c Add reason parameter to Thread.edit Vioshim 2022-04-10 21:51:24 -05:00
  • c568ed8cdc Pin Pyright to 1.1.235 Rapptz 2022-04-10 22:49:30 -04:00
  • 29d4c26466 Upgrade WebhookMessage.channel to Thread if available Rapptz 2022-04-10 18:15:02 -04:00
  • 538ba0d076 Update Webhook.channel typing to include VoiceChannel as well Rapptz 2022-04-10 18:11:44 -04:00
  • c284145f18 Add and remove some versionadded directives Rapptz 2022-04-10 17:12:56 -04:00
  • 6a49dfcc0f Fix crash with WEBHOOKS_UPDATE channel_id being nullable Rapptz 2022-04-10 03:47:03 -04:00
  • 95deb55332 Translation-related actions fixes Devon R 2022-04-10 00:00:12 +09:00