Commit Graph

  • 978a96b25c Version bump to v2.4.0 v2.4.0 Rapptz 2024-06-21 21:08:59 -04:00
  • c75ca25e03 Add changelog for v2.4.0 Alex Nørgaard 2024-06-22 01:47:32 +01:00
  • d528e8f8b5 Add information on Message.poll for Message Content Intent Rapptz 2024-06-21 08:14:03 -04:00
  • c055fd32bb Fix ui.Button providing a custom_id for premium buttons Rapptz 2024-06-15 07:46:36 -04:00
  • be9edf8deb Remove setting sku_id explicitly via button decorator DA344 2024-06-15 13:38:58 +02:00
  • 9eac36501a Allow deletion race conditions to work with purge Michael H 2024-06-14 18:08:12 -04:00
  • fb12d3d546 Remove unnecessary warning logs for poll events Rapptz 2024-06-13 23:31:14 -04:00
  • 837bc35b87 Add missing versionadded for a few decorators Rapptz 2024-06-12 14:42:12 -04:00
  • bb1d09a13f Account for user installations in Channel.permissions_for Kile 2024-06-12 20:25:49 +02:00
  • 895d6c37df Add Permissions.use_external_apps DA344 2024-06-11 23:31:08 +02:00
  • fdb17ead03 Fix exempt_channels not being passed along in create_automod_rule Leonardo 2024-06-11 23:30:53 +02:00
  • 0e58a927dd [commands] Add support for channel URLs in channel converter Rapptz 2024-06-02 15:00:24 -04:00
  • 356474ffb9 Add ButtonStyle.premium DA344 2024-06-01 09:48:50 +02:00
  • 51142743bc Fix bug with cache superfluously incrementing role position Leonardo 2024-05-31 04:52:19 +02:00
  • cc32fb364b Add notes about contexts and installation_types availability Soheab 2024-05-31 04:51:51 +02:00
  • 2c197649c2 Add note about archiver_id Eric Schneider 2024-05-30 13:24:56 +02:00
  • 205ddaff66 Update Polls event docs DA344 2024-05-30 05:27:26 +02:00
  • d18f14c173 [commands] fix HelpCommand not carrying over checks z03h 2024-05-29 20:24:28 -07:00
  • efe81a67fb Fix Message.poll not prioritising API data over cached data Rapptz 2024-05-22 09:04:37 -04:00
  • f77ba711ba Add reaction type to raw events and users iterator Andrin 2024-05-18 20:33:26 +02:00
  • b5ada0a662 Fix merge methods for AppCommandContext and AppInstallationType Etwas 2024-05-18 20:32:58 +02:00
  • b9dc85e6f7 Add type attribute to Invite Andrin 2024-05-17 19:31:26 +02:00
  • b0024dc866 Change line endings from CRLF to LF in voice_state.py Rapptz 2024-05-16 18:48:48 -04:00
  • d53877f2cb Remove async_timeout requirement Rapptz 2024-05-16 18:48:21 -04:00
  • 2751b55357 Fix Webhook poll sending raising AttributeError with a mocked state DA344 2024-05-16 02:45:06 +02:00
  • 9d979d3df1 Some docs fixes for polls DA344 2024-05-15 19:38:19 +02:00
  • 2f479b2ac6 Document bitrate kwarg in StageChannel.edit lmaotrigine 2024-05-15 23:07:40 +05:30
  • 041abf8b48 Fix Poll.question docstring DA344 2024-05-10 17:08:29 +02:00
  • e5ae306d1a Add more missing perms to permission classmethods z03h 2024-05-10 08:08:06 -07:00
  • f851d9aa3f Add missing poll permissions to permission classmethods z03h 2024-05-10 05:19:08 -07:00
  • e43bd8692c Add support for Polls DA344 2024-05-10 12:14:12 +02:00
  • a1206dfde8 Fix typing of various AppCommand decorators Michael H 2024-05-09 05:16:40 -04:00
  • 0bb6967419 Fix typo in Guild.vanity_invite documentation Willi 2024-05-09 05:05:04 +02:00
  • 64e743af50 Use InteractionMetadata for InteractionResponse.edit_message Rapptz 2024-05-06 23:03:24 -04:00
  • 2248fc1946 Fix various code around Message.interaction(_metadata) Soheab 2024-05-07 00:17:37 +02:00
  • 0c353548e2 Move most static metadata to pyproject.toml Thanos 2024-05-05 23:39:37 -04:00
  • 963bb08557 Add support for Message.interaction_metadata Soheab 2024-05-06 05:36:08 +02:00
  • 71358b8dce [commands] Add support for positional flag parameters Vioshim 2024-05-05 00:48:02 -05:00
  • 9fab99acbc [commands] Add support for type statement and NewType Josh 2024-05-05 15:45:32 +10:00
  • 692db7e9ab Add approximate_guild_count to AppInfo fretgfr 2024-05-04 23:32:52 -04:00
  • ef64f76eae Add reason kwarg to Thread.delete owocado 2024-05-05 08:55:49 +05:30
  • 2e2f51fd5c First pass at supporting user apps Danny 2024-05-04 23:25:01 -04:00
  • 2892401992 Add support for one-time purchases Lucas Hardt 2024-05-05 05:24:34 +02:00
  • 0ee1794c6d Fix channel deletion not removing associated threads Lilly Rose Berner 2024-05-05 05:23:59 +02:00
  • 0b4263e697 [Crowdin] Updated translation files github-actions[bot] 2024-05-04 23:21:35 -04:00
  • 88f62d85d2 Ensure Client.close() has finished in __aexit__ Michael H 2024-05-04 23:20:36 -04:00
  • 8fd1fd805a Fix AutoModRule.edit handling of AutoModRuleEventType enum Alex Nørgaard 2024-04-21 19:56:20 +01:00
  • d853a3f0a7 Document bulk ban user limit and permission Willy 2024-04-18 03:39:09 -04:00
  • 0362b2fd4e [docs] fix gateway payload hyperlinks Sebastian Law 2024-04-18 00:38:31 -07:00
  • 5497674ae2 Add support for applied_tags in Webhook.send overloaded methods Vioshim 2024-04-18 02:38:10 -05:00
  • f1a19f2f21 Remove entry that is yet to be released from 2.3.2 changelog Jakub Kuczys 2024-04-18 09:36:33 +02:00
  • b8c29b0790 More voice fixes Imayhaveborkedit 2024-04-18 03:36:18 -04:00
  • dc6d33c303 copy over original row position for dynamic items ナニカ 2024-04-18 17:33:43 +10:00
  • 425edd2e10 Improve __repr__ for Webhook and SyncWebhook owocado 2024-03-22 19:32:45 +05:30
  • 2f71506169 Add view_creator_monetization_analytics permission owocado 2024-03-21 14:10:51 +05:30
  • 0e016be42c Clarify some docstrings around BulkBanResponse Rapptz 2024-03-15 18:11:52 -04:00
  • ded9c5d87b Add support for bulk banning members Rapptz 2024-03-15 18:05:35 -04:00
  • 82d13e7b49 Add support for ClientUser editing banners Alex Nørgaard 2024-03-14 22:10:17 +00:00
  • edf7ce2ab0 Update Guild.prune_members required permissions notes fretgfr 2024-03-14 17:39:25 -04:00
  • 56916f9241 Fix comparisons between two Object with types Rapptz 2024-02-22 20:42:14 -05:00
  • 61eddfcb18 Fix sticker URL for GIF stickers owocado 2024-02-21 03:29:24 +05:30
  • 4e03b170ef Update pyright version Josh 2024-02-21 05:36:02 +11:00
  • 76666fbcf4 Properly check for maximum number of children Rapptz 2024-02-17 01:17:31 -05:00
  • 9345a2a1be Add warning for FFmpeg spawning classes executable parameter Rapptz 2024-02-11 05:54:48 -05:00
  • 8d3b56206b Update ClientUser.edit docs for animated avatars JDJG 2024-02-07 19:38:18 -05:00
  • bd402b486c Correct typo in error message: "error" to "autocomplete" docs/guide Akai 2024-01-27 07:26:02 +05:30
  • a9ff58724b Fix move_to related voice state bugs Imayhaveborkedit 2024-01-26 20:14:19 -05:00
  • e25b7ff3f8 Support for avatar decorations Andrin 2024-01-27 02:12:07 +01:00
  • 070ae24d8d Document all limits in discord.ui Soheab_ 2024-01-27 02:08:00 +01:00
  • 841e9157bd Add Python 3.12 to list of supported versions PythonCoderAS 2024-01-26 20:02:53 -05:00
  • 851c857a36 Add support for guild incidents Soheab_ 2024-01-27 02:02:11 +01:00
  • 62a70c21b6 Pin remaining documentation dependencies Rapptz 2024-01-26 10:21:34 -05:00
  • 0fadddf7d0 Downgrade sphinxcontrib-websupport version Rapptz 2024-01-26 09:23:33 -05:00
  • 9859a3959b Pin documentation dependencies Rapptz 2024-01-26 09:21:29 -05:00
  • 3258507b4a Call inner item callback and interaction_check by default Rapptz 2024-01-24 13:25:48 -05:00
  • cb3ea9b889 Add shard_connect_timeout parameter for AutoShardedClient Rapptz 2024-01-07 19:45:29 -05:00
  • 9a1b91dc9f Properly restrict auto_moderation audit log action range Rapptz 2024-01-06 18:53:23 -05:00
  • de6a6af5d3 Fix DynamicItem row attribute being overridden Rapptz 2024-01-06 06:11:39 -05:00
  • 078b500657 Fix dynamic item views having a timeout causing it to evict Rapptz 2023-12-30 05:00:12 -05:00
  • 9ce733321b Add support for setting voice channel status Andrin 2023-12-26 11:32:21 +01:00
  • d25b574b32 Clear outstanding chunk requests when receiving a READY event Rapptz 2023-12-24 13:01:12 -05:00
  • 2a59e0286e Add latin_american_spanish locale John Wuller 2023-12-18 17:47:29 -05:00
  • 08ef42fedf Add new incident message types Andrin 2023-12-18 23:45:44 +01:00
  • 9db0dadc42 Fix voice disconnect+connect race condition Imayhaveborkedit 2023-12-14 19:09:04 -05:00
  • 50190e088e Add applied_tags param to Webhook.send Andrin 2023-12-12 23:13:55 +01:00
  • f6182e5763 Add missing suppress_embeds kwarg to InteractionResponse.edit_message Soheab_ 2023-12-10 23:07:50 +01:00
  • d9f81150e1 Add platform property to Activity and Game Kohki Miki 2023-12-11 01:39:26 +09:00
  • 9b9c93ad49 [tasks] Fix typing for tasks.SleepHandle.future set calls Thanos 2023-12-10 11:38:55 -05:00
  • 4d03fa1c29 Update typo for automod_rule_trigger in docs CastelRune 2023-12-10 17:37:32 +01:00
  • 29344b9cce Add thread getters to Message Lilly Rose Berner 2023-12-10 17:37:03 +01:00
  • 2b51e5e736 [commands] Change import for PrivateChannel for cooldowns Rapptz 2023-12-10 04:33:52 -05:00
  • 536cf5c01f [Crowdin] Updated translation files github-actions[bot] 2023-11-20 17:06:13 -05:00
  • 56c67d3967 Implement editing application info Andrin 2023-11-20 10:33:56 +01:00
  • 9810cb9936 Add warning to VoiceProtocol.on_voice_state_update Mysty 2023-11-20 10:51:00 +10:00
  • a9936c2da5 Fix typo in HTTPClient create_entitlement Mikey 2023-11-20 00:08:20 +00:00
  • 3009c46080 Fix typo in documentation; "users" -> "roles" Lukas Vacula 2023-11-19 19:04:05 -05:00
  • 5c46f812c7 Document type property and classmethods for SelectDefaultValueType Soheab_ 2023-11-20 00:52:12 +01:00
  • a5d03d4a1e Add specialcase for AutoMod triggers in audit log diff z03h 2023-10-25 16:28:49 -07:00
  • 67ae85aa22 Fix typos in Forbidden descriptions for Member methods dank 2023-10-26 00:25:29 +01:00
  • c7edfc7c16 Future proof usage of async_timeout Imayhaveborkedit 2023-10-24 16:07:56 -04:00