Commit Graph

  • 9d17c3acde Fix scope typo in FAQ LightSage 2022-05-16 14:34:48 -05:00
  • cdf787186e Add VoiceChannel and Thread to isinstance checks z03h 2022-05-16 12:32:13 -07:00
  • 9450a8e972 [commands] Change FlagConverter to always raise BadFlagArgument z03h 2022-05-16 12:31:18 -07:00
  • 7267d18d9e Improve component typing Lilly Rose Berner 2022-05-16 21:30:03 +02:00
  • b7e25645dc Fix audit log bulk message delete not exposing count Rapptz 2022-05-14 09:36:28 -04:00
  • 573bb32a1e Fallback to an unavailable guild instead of an Object in interactions Rapptz 2022-05-14 06:50:15 -04:00
  • 781b297ac9 Add intents to python -m discord newbot tomy 2022-05-13 11:10:50 +09:00
  • 8eb2e19c41 Add more detailed description to accent_colour invalid-user 2022-05-13 10:06:28 +08:00
  • f780b0a283 Add setting to fallback to global command if guild command isn't found Rapptz 2022-05-12 06:33:06 -04:00
  • 6e2fcd4762 [commands] Assign current parameter and argument in hybrid commands Rapptz 2022-05-12 06:15:51 -04:00
  • 863df7d049 Add support for discord.Thread annotation in app commands Rapptz 2022-05-11 23:40:30 -04:00
  • 6d55b96fa7 [commands] Fix unsupported discord converters in hybrid commands Rapptz 2022-05-11 19:29:06 -04:00
  • 63e50bc369 Don't hotlink typing.List, typing.Dict, or typing.Tuple Rapptz 2022-05-11 03:54:25 -04:00
  • 06e8683d01 [commands] Fix flag_converter attribute not being properly copied Rapptz 2022-05-11 03:30:20 -04:00
  • cc3e714338 Fix typo in documentation and mention name kwarg interaction Rapptz 2022-05-11 03:20:57 -04:00
  • 15ceca1e63 [commands] Add support for FlagConverter in hybrid commands Rapptz 2022-05-11 03:15:49 -04:00
  • 1607b6978b Add widget_enabled attribute to Guild xCirno 2022-05-11 09:59:22 +07:00
  • 23065db804 Update minimum aiohttp dependency Waylander 2022-05-11 04:52:15 +02:00
  • d319539edb [commands] Fix broken examples in commands.param documentation Rapptz 2022-05-09 18:15:31 -04:00
  • 40176bb71b Fix bound method autocomplete callbacks not working Rapptz 2022-05-09 17:24:48 -04:00
  • b2929513cc Update modal example for latest changes Rapptz 2022-05-08 04:41:58 -04:00
  • 96bada03f4 Add support for application tags and install params I. Ahmad 2022-05-08 11:16:16 +05:00
  • c779e34fa0 Use explicit UTF-8 encoding in SyncWebhook Rapptz 2022-05-08 00:11:52 -04:00
  • 902aa245a4 Swap order of arguments in Modal.on_error Server Bot 2022-05-07 05:46:42 +05:30
  • bd3ce597e1 [commands] Fix app command children not being copied in HybridGroup Rapptz 2022-05-06 09:00:03 -04:00
  • 85ad33eb35 Fix formatting issue in webhook Rapptz 2022-05-06 09:02:23 -04:00
  • 4dd5cc2bc9 Pass proxy information to interactions and webhooks Rapptz 2022-05-05 12:07:09 -04:00
  • 1df3ed861c Fix broken HTTPClient.recreate code to actually clear session Rapptz 2022-05-05 11:42:34 -04:00
  • 0502c6a0d2 Fix two styling nits with fmt: off Rapptz 2022-05-05 11:35:26 -04:00
  • fbd57ffa58 Add FAQ entry for disabling all items in a View on timeout Rapptz 2022-05-05 08:50:10 -04:00
  • 2bfbd1a979 Prefer code-block directive over :: in faq.rst Rapptz 2022-05-05 08:35:53 -04:00
  • 6901907b69 [commands] Add seealso directive in functions referencing checks xCirno 2022-05-05 17:21:52 +07:00
  • bd727d2b0c Add edit and delete methods to AppCommand z03h 2022-05-05 03:20:55 -07:00
  • 9793fba338 [commands] Add support for discord.Attachment converters Rapptz 2022-05-05 01:37:07 -04:00
  • d8846570ae Remove unnecessary type ignore Rapptz 2022-05-05 01:29:51 -04:00
  • ccc737eb07 [commands] Add support for with_app_command in hybrid commands Rapptz 2022-05-04 23:57:37 -04:00
  • e3ea4706f9 [types] Remove auto archive duration related guild features I. Ahmad 2022-05-05 10:46:09 +05:00
  • 1451074d66 Return embed from clear_fields and remove_field Jonah Lawrence 2022-05-04 21:53:50 -06:00
  • 7b65be9d25 [commands] Fix broken None reference Var 2022-05-05 09:04:49 +05:30
  • b9b6dc960f Add aiohttp[speedups] dependencies to discord.py[speed] Rapptz 2022-05-04 07:09:09 -04:00
  • d56f5150fa Fix oversight of edit parameters not being keyword only Rapptz 2022-05-04 05:02:42 -04:00
  • 4733a499a5 Fix documentation build for Client.get_partial_messageable Rapptz 2022-05-03 11:02:12 -04:00
  • b7ac0a02ca Fix documentation of PartialMessageable.jump_url Rapptz 2022-05-03 10:57:51 -04:00
  • c22b6dc2cd Add guild property to DMChannel, GroupChannel, and PartialMessageable Rapptz 2022-05-03 10:55:29 -04:00
  • 8699d2139a Improve generic duck type programming with PartialMessageable Rapptz 2022-05-03 10:49:52 -04:00
  • e9c7c09ebf Add guild avatar to on_member_update docs xCirno 2022-05-03 20:44:12 +07:00
  • eee65ac39b [commands] Pass permissions v2 information to HybridGroup Rapptz 2022-05-02 19:08:25 -04:00
  • d0667d08e3 [commands] Fix typing of check/check_any Michael H 2022-05-02 18:54:49 -04:00
  • 4a73de946a Change dm_permissons to dm_permission Bryan Forbes 2022-05-02 17:25:42 -05:00
  • 79d34fbe78 Change Select.type to use a Literal Rapptz 2022-05-02 08:22:25 -04:00
  • 6771f3dc99 Remove extraneous channel assignment Rapptz 2022-05-02 06:54:47 -04:00
  • 300fb0411e Replace trigger_typing with awaiting typing context manager NextChai 2022-05-02 04:36:18 -04:00
  • 9deac84eac Fix wrong variable being returned in audit logs z03h 2022-05-02 01:34:01 -07:00
  • 66c48c2d0e Add support for checks with autocomplete Rapptz 2022-05-01 20:21:32 -04:00
  • d774b4ac7a Add back tuple __slots__ for AllChannels Rapptz 2022-05-01 20:10:56 -04:00
  • 11d4dfd8fa Update app_commands validation regex to match newest documentation Rapptz 2022-05-01 19:59:57 -04:00
  • ca33824ba2 Change AllChannels.id into a property rather than a slot Rapptz 2022-05-01 19:41:45 -04:00
  • 7f210c90f4 Return a named tuple with message from ForumChannel.create_thread Rapptz 2022-05-01 19:32:11 -04:00
  • a704666ce3 Add support for app_commands decorators for Group subclasses Rapptz 2022-05-01 19:10:59 -04:00
  • e8a2eeea06 [commands] Rename Cog.app_command_group to Cog.app_command Rapptz 2022-05-01 19:04:53 -04:00
  • 619bc50e5d Add application command permissions to audit log z03h 2022-05-01 15:59:57 -07:00
  • 5f0cf58b2e Revert "Run parent command checks before calling autocomplete callback" Rapptz 2022-05-01 18:54:22 -04:00
  • 0551214be1 [commands] Properly set default guilds for group to None instead of [] Rapptz 2022-05-01 15:44:18 -04:00
  • e873b8294a [commands] Properly set group parent for hybrid commands in cogs Rapptz 2022-05-01 15:01:01 -04:00
  • d39f9851a7 Add qualified_name for app_commands Rapptz 2022-05-01 13:56:56 -04:00
  • f4c5d37c8f [commands] Rework Cog + Group inheritance to requite GroupCog Rapptz 2022-05-01 13:39:44 -04:00
  • fedfe5bec2 Add PartialChannel to list of implementing classes for Messageable PythonCoderAS 2022-05-01 13:05:07 -04:00
  • 0c613148af [commands] fix signature when displayed_default is missing Varun J 2022-05-01 12:18:11 +05:30
  • 5dd828cdac Add error decorator to app_commands.Group Arya 2022-04-30 23:40:11 -07:00
  • 5e98626d41 Run parent command checks before calling autocomplete callback Rapptz 2022-04-30 19:53:27 -04:00
  • 6ee56fe964 Fix remaining --verifytypes related errors Rapptz 2022-04-30 19:43:53 -04:00
  • 5536ef1eea Update to pyright 1.1.242 Rapptz 2022-04-30 19:37:01 -04:00
  • 8be103d6bb Install requests in CI Rapptz 2022-04-30 18:55:45 -04:00
  • 165e14063f [commands] fix BucketType.default bypassing dynamic_cooldown Mikey 2022-04-30 15:46:37 -07:00
  • 8e9e25246e Add an example for app_commands.rename() Narmy 2022-05-01 00:45:17 +02:00
  • 61105ce925 Fix minor convention mistakes in basic examples GoogleGenius 2022-04-30 17:40:42 -05:00
  • 14e83dff0e Adds two basic context menus for members and messages Narmy 2022-04-30 15:37:37 +02:00
  • 58036ceeb8 Fix attribute error for role overwrite auditlog and add threads z03h 2022-04-30 04:54:01 -07:00
  • 0851e03f00 Allow creating a news channel in create_text_channel Rapptz 2022-04-30 07:12:16 -04:00
  • 20a7961e19 Rename use_slash_commands to use_application_commands invalid-user 2022-04-30 18:53:29 +08:00
  • 141c31e50f Update images used in discord.rst, etc gx1285 2022-04-30 19:13:14 +09:00
  • e7ce8b6b77 Add container operations documentation to TextInput NextChai 2022-04-30 03:58:11 -04:00
  • d437f494db Add basic slash command example Narmy 2022-04-30 09:55:29 +02:00
  • 06df0d7931 Address latest breaking change in creating forum posts Rapptz 2022-04-29 12:39:12 -04:00
  • ef20264b1c Allow creating an Intent through a passed integer value Rapptz 2022-04-29 10:50:22 -04:00
  • 9e3375f3fc Fix infinite recursion in TextChannel.type Rapptz 2022-04-29 10:00:33 -04:00
  • 7ee15e1d68 Use typing.Literal for channel and component type annotation Lilly Rose Berner 2022-04-29 12:07:22 +02:00
  • 7fca030107 Add Group class arguments for permissions v2 Bryan Forbes 2022-04-28 19:47:54 -05:00
  • 71212872d8 Add build folder to .gitignore Shap 2022-04-29 03:47:10 +03:00
  • 10af1ea255 Document behavior for empty default permissions zephyrkul 2022-04-28 10:54:55 -06:00
  • a0dfdb9b1d Fix multiple view instances not dispatching in app commands responses Rapptz 2022-04-28 12:15:58 -04:00
  • e53daaba35 Properly namespace MISSING in the documentation Rapptz 2022-04-28 10:56:31 -04:00
  • 204f941e96 Display permissions v2 decorators in the documentation Rapptz 2022-04-28 10:50:00 -04:00
  • ab64a2eae9 Fix typing of guilds kwargs to take Sequence instead of List Rapptz 2022-04-28 10:48:57 -04:00
  • acd4a0856e Add Interaction.extras for extraneous data Rapptz 2022-04-28 07:59:43 -04:00
  • 500bf77103 Document and export MISSING sentinel Rapptz 2022-04-28 07:52:23 -04:00
  • a14b43f2fd Fix documentation links being broken Rapptz 2022-04-28 00:53:51 -04:00
  • 3b3d4d3880 Add support for setting and receiving permissions v2 Rapptz 2022-04-28 00:23:36 -04:00
  • b678effb76 Add intents parameter to basic example Adwaith 2022-04-28 07:43:05 +05:30
  • 6e2cfff2ac Add raw member remove event Lilly Rose Berner 2022-04-28 04:08:04 +02:00