Commit Graph

  • 1f8687505f Fix InteractionResponse.edit_message not working with modal submits Rapptz 2022-03-07 17:53:01 -05:00
  • e8506f39b3 Add discord.app_commands to Pyright configuration Rapptz 2022-03-07 17:46:38 -05:00
  • c3d175fbc3 Fix async iterable not showing up attributetable James Hilton-Balfe 2022-03-07 22:42:51 +00:00
  • 65a1c1014b Fix TypeError in Range transformer from None value Steve C 2022-03-07 17:39:37 -05:00
  • 2b600241a4 Fix Modal.stop sometimes not removing from the store Stella 2022-03-08 06:39:00 +08:00
  • 4ad6146069 Fix doc typo in Group docstring HigherOrderLogic 2022-03-08 05:36:38 +07:00
  • e0d3521d16 [docs] Fix typos apple502j 2022-03-08 07:36:15 +09:00
  • b308b54b89 [tasks] Fix change_interval raising when called during execution Lilly Rose Berner 2022-03-07 23:35:42 +01:00
  • caa816a636 Add more tests for utils Sebastian Law 2022-03-07 14:10:28 -08:00
  • 3c78b03aa3 Test regressions for the task extension Sebastian Law 2022-03-07 14:09:30 -08:00
  • 6682396a70 [docs] add missing migration guide contents apple502j 2022-03-08 07:08:46 +09:00
  • aa6fb54e99 Raise ClientException in Member.request_to_speak apple502j 2022-03-07 18:10:11 +09:00
  • 7ff6850f17 Fix abc.User protocol requirements Alex Nørgaard 2022-03-07 07:15:46 +00:00
  • 0330282c5f Create a default TCPConnector with no limit Rapptz 2022-03-07 01:19:37 -05:00
  • e63c9bad85 Use display_avatar instead of avatar in converters example Stocker 2022-03-06 23:05:06 -05:00
  • 5780ff5ef0 Add message content intent to examples Austin 2022-03-06 23:04:48 -05:00
  • 2eec900e98 Add the Command.callback and ContextMenu.callback properties Stocker 2022-03-06 23:02:44 -05:00
  • 13355f3712 Fix HelpCommand.invoked_with raising an error Stocker 2022-03-06 23:02:01 -05:00
  • e15415413b Add missing parameters to certain methods Stocker 2022-03-06 23:00:50 -05:00
  • 12d4de52a8 Add Attachment.ephemeral Stocker 2022-03-06 22:59:15 -05:00
  • 1bfe3bdff1 Fix bug in PartialMessageable.trigger_typing Haruka 2022-03-07 07:35:20 +07:00
  • 87415ab5a7 Fix modal docs code block warning Sebastian Law 2022-03-06 16:16:23 -08:00
  • e3de172ba9 Fix incorrect wording in Message.edit docstring m-etroo 2022-03-06 19:04:52 -05:00
  • 8bbeee3464 Expose app_commands.autocomplete Steve C 2022-03-06 19:04:05 -05:00
  • aa725f4a4a [docs] Fix typo in tasks docs Chrovo 2022-03-06 19:03:36 -05:00
  • 3dd99a7697 Fix broken ref in migrating guide jack1142 2022-03-07 00:52:46 +01:00
  • 1dccd70b05 Fix refs to abc.Connectable.connect Sebastian Law 2022-03-06 15:46:10 -08:00
  • 01906f37f1 Remove NoMoreItems James Hilton-Balfe 2022-03-06 23:44:18 +00:00
  • b77cf500a2 Make description parameter of Guild.create_sticker non-Optional Sebastian Law 2022-03-06 15:43:42 -08:00
  • 8072e294a8 Fix type-o in the docstring for Client.fetch_guild James Hilton-Balfe 2022-03-06 23:36:19 +00:00
  • c403fb49d1 Fix potential audio delay during source cleanup Haruka 2022-03-07 06:31:53 +07:00
  • 6788ec2533 Add docstring example for ui.Modal Pawnyy 2022-03-06 18:29:38 -05:00
  • a909c1ff06 Added vanity_url_code field in class guild AmeyWale 2022-03-06 14:20:13 +05:30
  • 9d3fa3d29b [commands] Simplify typing of command hooks Josh 2022-03-06 18:44:20 +10:00
  • c907bec753 Add Interaction creation/expiry attributes and helper method Josh 2022-03-06 18:43:50 +10:00
  • 8360e4af8d Add premium_progress_bar_enabled attribute on Guild I. Ahmad 2022-03-06 13:17:28 +05:00
  • eaf94e84bc Fix unbound ParamSpec to use ... over Any Josh 2022-03-06 16:44:48 +10:00
  • 8e045d39e7 Fix link referencing the wrong document I. Ahmad 2022-03-06 11:43:26 +05:00
  • 625c416f18 [commands] Fix command parameter handling in HelpCommand Rapptz 2022-03-06 01:39:43 -05:00
  • fa901afa3a Add replied_user key when no allowed_mentions is passed in Rapptz 2022-03-05 23:39:02 -05:00
  • 07a1311bf4 Change Guild.preferred_locale to use the Locale enum Stocker 2022-03-05 23:30:51 -05:00
  • 85b6175137 Create ClientStatus type to improve Member memory usage Lilly Rose Berner 2022-03-06 05:26:55 +01:00
  • c9fc11b0a5 Document inherited members in ui.Modal Rapptz 2022-03-05 23:11:44 -05:00
  • 06291d860c Change enum members in Locale to be snake_case Rapptz 2022-03-05 23:07:55 -05:00
  • e491aa84e5 Fix typo in Thread.remove_user Stocker 2022-03-05 23:17:37 -05:00
  • 9cdb66fbf8 Change PR Actions to use synchronize Devon R 2022-03-06 04:00:03 +00:00
  • 4a5057551a Fix typo in circular comment Sebastian Law 2022-03-05 19:59:48 -08:00
  • 554d2d7c99 Add the suppress_embeds parameter to send methods Stocker 2022-03-05 22:19:33 -05:00
  • 82464419ce Fix black reformatting on guild file Rapptz 2022-03-05 22:14:58 -05:00
  • e9c91a535a Fix Guild.chunk() returning list of members Steve C 2022-03-05 22:10:58 -05:00
  • b20ab5ae5d image key is now optional for scheduled events Nadir Chowdhury 2022-03-06 03:09:55 +00:00
  • e69428a841 Add with_counts support for Client.fetch_guild JDJG Inc. Official 2022-03-05 22:09:19 -05:00
  • bfaee44b1f [commands] Fix types for Bot.is_owner Alex Nørgaard 2022-03-06 03:06:21 +00:00
  • 13e102b6b9 Add default parameter to CommandTree.sync Rapptz 2022-03-05 22:02:33 -05:00
  • 7ac4f3007b Fix missing type imports in context menu verification Rapptz 2022-03-05 21:43:14 -05:00
  • 4c8b1f9abd Remove unused imports Rapptz 2022-03-05 21:40:42 -05:00
  • 3d0309ca4a Documenting that guild.chunk() returns list of members Scrumpy (Jay) 2022-03-06 02:32:27 +00:00
  • 5c9605fc1b Fix Message context menus not working Rapptz 2022-03-05 21:15:49 -05:00
  • 37d55c8ec4 Add TextInput.__str__ special method Rapptz 2022-03-05 21:03:45 -05:00
  • a317ceb44a Respect the alignment specified by the image directive Kaylynn Morgan 2022-03-01 17:00:29 +11:00
  • 1c4dca431d Add migration guide jack1142 2022-03-06 01:17:16 +01:00
  • 00b61e2148 Parameters->Attributes in NSFWChannelRequired's doc for consistency jack1142 2022-03-06 01:15:48 +01:00
  • 8acb4531b5 Include inherited members in TeamMember's documentation jack1142 2022-03-06 01:15:08 +01:00
  • 5439a67056 [tasks] Fix sleep handling behaviour depending on interval type Sebastian Law 2022-03-05 02:12:22 -08:00
  • f7315573aa Remove generic from Interaction and ConnectionState Rapptz 2022-03-05 05:03:23 -05:00
  • aa74238053 Reorganise documentation for interactions Rapptz 2022-03-04 21:07:05 -05:00
  • 41f2792ed9 Change Interaction.user to not be Optional Rapptz 2022-03-02 02:11:04 -05:00
  • 45dc3d3df9 Rename start_embedded_activities to use_embedded_activities Rapptz 2022-03-02 01:51:47 -05:00
  • f80f81c395 Add Member.resolved_permissions attribute for interaction members Rapptz 2022-03-02 01:39:39 -05:00
  • f435d160dd Add Interaction.client property Rapptz 2022-03-01 08:03:12 -05:00
  • 6110fe5b1c Add fallback overloads for CommandTree Rapptz 2022-03-01 07:37:39 -05:00
  • 147948af9b Use typing.Self throughout library Josh 2022-03-01 22:53:24 +10:00
  • a90e1824f4 Fix type of roles param in Emoji.edit's docstring jack1142 2022-03-01 13:41:33 +01:00
  • 50ef8e8893 Fix NameError when checking for File instances Rapptz 2022-03-01 07:20:57 -05:00
  • f63eb5c30d Fix avatar clearing in ClientUser.edit jack1142 2022-03-01 12:47:28 +01:00
  • d44328d3ea Remove region from Guild.__slots__ Rapptz 2022-03-01 05:51:18 -05:00
  • bb5ed4947d Add regression test for optional normalisation Rapptz 2022-03-01 05:45:25 -05:00
  • 26fc694189 Fix Optional normalisation not working properly Rapptz 2022-03-01 05:00:59 -05:00
  • ae1aaac5a7 Add support for autocomplete Rapptz 2022-03-01 04:38:41 -05:00
  • 4e04dbdec7 Add support for choice option parameters Rapptz 2022-02-28 10:08:43 -05:00
  • e5e5b61ad0 Add support for range validation in options Rapptz 2022-02-28 09:09:21 -05:00
  • 3cf3065c02 Add support for annotation transformers Rapptz 2022-02-28 08:06:32 -05:00
  • c10ed93cef Add support for error handlers Rapptz 2022-02-27 23:34:40 -05:00
  • cdb7b3728e Fix potential conflicts in snowflake keys Rapptz 2022-02-26 11:43:36 -05:00
  • dffd72da58 Add support for context menu commands Rapptz 2022-02-26 10:51:16 -05:00
  • 0d2db90028 Implement slash commands Rapptz 2022-02-25 11:10:47 -05:00
  • 3d0c506124 Fix test_resolve_invite due to changed type Rapptz 2022-03-01 01:07:13 -05:00
  • 28c7cdca99 Baseline tests, basically just parts of utils right now Devon R 2022-03-01 06:02:36 +00:00
  • 3c6279b947 Implement Guild Scheduled Events Nadir Chowdhury 2022-03-01 06:00:04 +00:00
  • 90cabd1673 Fix various typos Nihaal Sangha 2022-02-28 02:19:19 +00:00
  • 32f131566f Update gateway version docstring in DiscordWebSocket Predä 2022-02-28 03:18:41 +01:00
  • d5f23dbfc2 Fix docs for Guild.mfa_level mniip 2022-02-28 05:18:01 +03:00
  • e44dd3dee5 Fix position of versionadded and add new versionchanged jack1142 2022-02-28 03:16:45 +01:00
  • 60b69e5d57 Add missing message flags Nadir Chowdhury 2022-02-27 10:09:04 +00:00
  • 8269e99a7a [types] Update typings to match API Nadir Chowdhury 2022-02-27 10:08:32 +00:00
  • e3ecfff85e Update PO files, fix some bad fuzzies Devon R 2022-02-27 10:07:18 +00:00
  • b3dae26a3d Add typing-extensions to docs requires Devon R 2022-02-27 10:06:34 +00:00
  • f1ac25809c [tasks] Fix behavior when task overruns interval Sebastian Law 2022-02-25 22:48:27 -08:00
  • 2b69b5d545 Remove discord.InvalidArgument Josh 2022-02-26 16:44:49 +10:00
  • 86797dd9ab Add reason param to purge and delete_messages Vaskel 2022-02-26 01:27:28 -05:00