Commit Graph

  • 4edfcd165d Version bump aiohttp and PyNaCl Rapptz 2022-03-10 06:03:44 -05:00
  • 5ff657dbec Add missing attributes in PartialInviteGuild Rapptz 2022-03-10 05:38:43 -05:00
  • d210f799ee [commands] Fix cog eject behaviour with application commands Rapptz 2022-03-10 05:33:54 -05:00
  • 71586836e1 Add Guild.vanity_url helper property Rapptz 2022-03-10 05:06:02 -05:00
  • 340f09a1c0 [commands] Update ScheduledEventConverter docs for clarity mysistersbrother 2022-03-10 16:20:11 +11:00
  • 9c054e9222 Remove unbound remnants of Guild._member_count Steve C 2022-03-09 23:22:07 -05:00
  • 03687fb616 Change Guild.member_count to Optional[int] Alex Nørgaard 2022-03-10 04:06:07 +00:00
  • 9b65b5ce2e Fix scheduled event payload and docstring type metro 2022-03-09 21:31:14 -05:00
  • 15885ea728 Add an example for the new modals Robin 2022-03-09 19:45:37 -06:00
  • 70876d7f51 ScheduledEvent.description can be Optional Nadir Chowdhury 2022-03-10 01:42:25 +00:00
  • a6ae7ec196 Raise error if two trees are registered to the same connection state Rapptz 2022-03-09 20:35:07 -05:00
  • 446bfa78b0 [commands] Allow Cog and app_commands interopability Rapptz 2022-03-09 19:48:51 -05:00
  • 5741ad9368 Change default guild IDs attribute to persist on copy Rapptz 2022-03-09 19:11:30 -05:00
  • 0d126c594c Use descriptor protocol to obtain attribute name instead of a dict Rapptz 2022-03-09 00:57:21 -05:00
  • 303d33bb08 Support Group with app_commands.guilds decorator Rapptz 2022-03-09 00:51:59 -05:00
  • 9d27855755 Update attributes of instantiated Group to point to the Command copy Rapptz 2022-03-08 15:34:49 -05:00
  • 56e0c1b3d7 Fix typo in applications.commands scope Rapptz 2022-03-08 02:07:05 -05:00
  • 432de92e8a Update translations, add Crowdin CLI config Devon R 2022-03-10 01:07:48 +00:00
  • 3300f12dbb Fix scheduled event dispatch arguments z03h 2022-03-09 17:07:22 -08:00
  • 93fba264ad [commands] add ScheduledEvent converter z03h 2022-03-09 14:56:50 -08:00
  • bf3eb0a7fe [commands] Fix for _Bot Context generic in converters Aaron Hennessey 2022-03-09 22:55:55 +00:00
  • 89009759e0 Fix missing User import in reaction.py Jens Reidel 2022-03-09 14:46:33 +01:00
  • 8825bf922f Fix Member.move_to typehint and docstring Lucas Hardt 2022-03-09 13:41:51 +01:00
  • cb7ecf0938 Fix errors in ScheduledEvent and add url property z03h 2022-03-09 04:38:13 -08:00
  • 5569b6e1f8 Remove outdated note in FAQ Middledot 2022-03-08 23:48:35 -05:00
  • 68b0759637 Add sidebar search and support for search bar middle clicking Myst(MysterialPy) 2022-03-09 12:26:12 +10:00
  • 1a73444275 Categorize events in the documentation Chiggy-Playz 2022-03-09 07:55:28 +05:30
  • 920da3a73f Update docs for audit logs relating to scheduled events Alex Nørgaard 2022-03-09 02:20:49 +00:00
  • 4c00b8110c Add audit log event transformer for AuditLogEntry.target Alex Nørgaard 2022-03-09 02:20:23 +00:00
  • 0db7b22713 Fix archived threads not getting evicted I. Ahmad 2022-03-09 07:16:46 +05:00
  • 3d74da8d70 Add missing app_commands decorators to documentation Rapptz 2022-03-08 01:22:43 -05:00
  • 0c690bc949 Fix audio not sending Rapptz 2022-03-08 01:09:15 -05:00
  • 25b4bc277b Add app_commands.guilds to set the guilds of a command in another way Rapptz 2022-03-08 00:48:24 -05:00
  • 5fb1b933cf Add Group.commands property Rapptz 2022-03-08 00:07:39 -05:00
  • 987e27dfce Revert all Guild.chunk changes Rapptz 2022-03-07 22:14:38 -05:00
  • e6a87e0782 Add support for adding app commands locally to many guilds Rapptz 2022-03-07 21:52:58 -05:00
  • acbd8ca5f6 Fix typo causing a TypeError in Interaction.guild_locale Stocker 2022-03-07 19:54:13 -05:00
  • 02310e4abd Add Interaction.locale and Interaction.guild_locale Leo 2022-03-07 16:34:38 -08:00
  • 8213603822 Change default oauth_url scopes to include application.commands Rapptz 2022-03-07 18:33:52 -05:00
  • ba2763a4a1 Add private hook for changing the API version Rapptz 2022-03-07 18:23:12 -05:00
  • fc4e5d6237 Fix type checker error in discord.__main__ Rapptz 2022-03-07 18:10:40 -05:00
  • ac0e4fabb8 Fix type checker error in Guild.chunk Rapptz 2022-03-07 18:09:23 -05:00
  • 4b2c2b231d Fix type checker errors in Connectable and Messageable Rapptz 2022-03-07 18:05:43 -05:00
  • 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