Commit Graph

  • b597526dda Crowdin translations download auto/crowdin github-actions[bot] 2025-03-10 18:05:10 +00:00
  • 26855160f8
    update PyNaCl minimum version dependency master Rishit Khare 2025-03-05 09:30:57 -06:00
  • 460d188359 Version bump for development Rapptz 2025-03-04 20:16:50 -05:00
  • d2a6ccf715 Version bump to v2.5.2 v2.5.2 Rapptz 2025-03-04 20:13:27 -05:00
  • f4bce1caf0 Add changelog for v2.5.2 Rapptz 2025-03-04 20:12:54 -05:00
  • 8594dd1b30
    Fix embed media flags regression dolfies 2025-03-04 18:24:38 -05:00
  • 2f8b2624f1
    Fix improper class in audit log docs Leonardo 2025-03-04 23:42:28 +01:00
  • 973bb5089f Version bump for development Rapptz 2025-03-04 02:15:32 -05:00
  • 73f261d536 Version bump to v2.5.1 v2.5.1 Rapptz 2025-03-04 02:14:02 -05:00
  • 6b0a6eea66 Add v2.5.1 changelog Rapptz 2025-03-04 02:13:31 -05:00
  • cab4732b7e
    Make embed flags required and add them to all media fields dolfies 2025-03-04 02:07:51 -05:00
  • de5720e659
    Fix attachment is_spoiler() and is_voice_message() dolfies 2025-03-02 22:38:53 -05:00
  • fbe2b358fc Add note about NotFound for Messageable.send Rapptz 2025-02-28 18:03:47 -05:00
  • 66f3548f3a
    Add defaults for message object parsing dolfies 2025-02-28 18:00:33 -05:00
  • 93426da37b
    Improve on_timeout FAQ Soheab 2025-02-24 12:48:29 +01:00
  • a8b4eb1e9b
    Create ScheduledEvent on cache miss in SCHEDULED_EVENT_DELETE dolfies 2025-02-24 05:07:21 -05:00
  • 19f02c40b3
    Document message types that can have a default message reference Jakub Kuczys 2025-02-24 11:03:24 +01:00
  • 0e4f06103e
    Fix InteractionCallbackResponse.resource having incorrect state DA344 2025-02-19 23:15:07 +01:00
  • 470323493e
    Pass BotT type argument to DeferTyping Willi 2025-02-19 23:14:06 +01:00
  • 2cf1babb4a Version bump for development Rapptz 2025-02-18 08:06:01 -05:00
  • e837ac1cac Version bump to v2.5.0 v2.5.0 Rapptz 2025-02-18 08:05:13 -05:00
  • a1aa59706c Add changelog for v2.5 Rapptz 2025-02-18 07:56:37 -05:00
  • 3ad0662f68 Document SoundboardSoundConverter Rapptz 2025-02-18 07:28:25 -05:00
  • e8d571b194 Add missing Poll attribute documentation Rapptz 2025-02-18 07:28:12 -05:00
  • 43e1c55d11 Remove with_response parameter documentation Rapptz 2025-02-18 04:24:01 -05:00
  • 8953938a53 Update Pyright to v1.1.394 Rapptz 2025-02-18 03:16:51 -05:00
  • 1cdf710908 Rename InteractionCallback to InteractionCallbackResponse Rapptz 2025-02-18 02:40:25 -05:00
  • 776fc2251d [commands] Use interaction response within Context.send Rapptz 2025-02-18 02:21:45 -05:00
  • 5b78097cef
    Add support for Interaction Callback Resource DA344 2025-02-18 08:10:59 +01:00
  • fa158a5eba
    Add support for getting and editing integration_types_config application field Soheab 2025-02-18 02:21:19 +01:00
  • 6ab747f9e5
    Add support for sending views in stateless webhooks DA344 2025-02-18 00:37:20 +01:00
  • 8edf433255
    Implement rich role.move interface Leonardo 2025-02-12 11:49:50 +01:00
  • 4c3ce8fb85
    Fix Member.roles having None members Dep 2025-02-12 16:13:54 +05:30
  • 8a95c0190c
    Add support for embed flags and update attachment flags DA344 2025-02-12 11:42:17 +01:00
  • 76eb126664
    Add 'mention' property in PartialWebhookChannel Gooraeng 2025-02-09 18:46:28 +09:00
  • 52967ec103
    Fix path sanitation for absolute Windows paths Eric Schneider 2025-02-09 03:08:45 +01:00
  • 42e4a87374
    Fix typo in voice server update state handling dolfies 2025-02-08 21:05:21 -05:00
  • a8134dfa16
    Fix Embed type attribute ddocs link MajorTanya 2025-02-09 03:00:49 +01:00
  • 7f511360b8
    Fix wait_for overloads Soheab 2025-02-09 03:00:11 +01:00
  • 88d7bd1275
    Fix message_pin, message_unpin target id being None iyad-f 2025-02-09 07:17:41 +05:30
  • db7b2d9058
    Change default file size limit Michael H 2025-01-21 21:45:56 -05:00
  • 418a7915e6
    Add raw presence update evemt Mysty 2025-01-21 19:49:50 +10:00
  • afbbc07e98
    Add support for poll result messages DA344 2025-01-19 11:09:05 +01:00
  • ff2ad34be5
    Add support for multiple subscription tier SKUs DA344 2025-01-19 10:22:03 +01:00
  • 743ef27dd7
    [commands] Correct ExtensionNotFound error message Soheab 2025-01-19 05:31:02 +01:00
  • b1b736971a
    Added scopeless kwarg to discord.utils.oauth_url Dep 2025-01-17 14:43:59 +05:30
  • d5c80b6cf5
    Add optional dev dependencies Soheab 2025-01-16 09:43:22 +01:00
  • d95605839f
    [commands] Fix _fallback attr not being set on replace for Parameter Alex Nørgaard 2025-01-16 00:02:39 +00:00
  • 7db391189d
    Add __repr__ to Interaction owocado 2025-01-16 05:31:42 +05:30
  • 2c3938dd51
    Update Client.create_application_emoji docs tom 2025-01-16 01:01:09 +01:00
  • 1edec93ed3
    Update Member.timed_out_until docstring scruz 2025-01-16 05:29:09 +05:30
  • fa1cc00a29
    Return new instance in Poll.end to avoid inconsistencies Nathan Waxman-Jeng 2025-01-15 15:57:46 -08:00
  • 1537102402
    Temporary dependency for docs extra on python 3.13+ Michael H 2025-01-15 18:50:59 -05:00
  • cf6d7ff47a
    Fix bug due to typo in async pagination of entitlements loop Alex Nørgaard 2025-01-15 23:50:40 +00:00
  • 55974ebde8
    Fix MessageSnapshot sticker_items typo Violet 2025-01-15 17:40:16 -06:00
  • 1646471ab8 Revert "Bump Sphinx to 5.3.0" Rapptz 2025-01-15 18:33:12 -05:00
  • 7c8503fefb
    Fix callable FlagConverter defaults on hybrid commands DA344 2025-01-16 00:27:03 +01:00
  • ed95f2f106
    Parse full message for raw message edit event Soheab 2025-01-16 00:25:57 +01:00
  • 9dc8e2712a
    Add ForumChannel.members property Lilly Rose Berner 2025-01-16 00:22:28 +01:00
  • 6214942f86
    Fix SessionStartLimits and SKU.subscriptions docstrings DA344 2025-01-16 00:22:04 +01:00
  • eb15aa8ca4
    Add exclude_deleted parameter to Client.entitlements DA344 2025-01-16 00:19:49 +01:00
  • f2aa0b833c
    [tasks] Fix race condition with set_result Michael H 2025-01-15 18:18:02 -05:00
  • bb5a4703a7
    Bump Sphinx to 5.3.0 Lev Bernstein 2025-01-15 18:17:18 -05:00
  • fcd9239b33
    Add Client.fetch_guild_preview method Ginger 2025-01-15 18:01:47 -05:00
  • 9806aeb831
    Add public method to get session start limits Michael H 2024-12-01 16:19:09 -05:00
  • 7f95357041
    Add mention property to PartialMessageable Soheab 2024-12-01 22:10:19 +01:00
  • e1b6310ef3 Remove / from being safe from URI encoding when constructing paths Rapptz 2024-11-23 22:04:57 -05:00
  • 5c4c281f05 Sanitize invite argument before calling the invite info endpoint Rapptz 2024-11-23 21:48:45 -05:00
  • 7db879b5bd
    Clear up add_roles and remove_roles documentation MajorTanya 2024-11-09 12:20:01 +01:00
  • 814ce3c8ee
    Add command target to MessageInteractionMetadata Soheab 2024-11-09 12:19:43 +01:00
  • c7305b022c
    [commands] Respect enabled kwarg for hybrid app commands Soheab 2024-11-07 09:07:20 +01:00
  • af75985730
    Fix incorrect import Steve C 2024-10-30 20:56:37 -04:00
  • d08fd59434
    Avoid returning in finally Michael H 2024-10-30 08:08:45 -04:00
  • ed615887f0 Handle improper 1000 closures by Discord Rapptz 2024-10-28 18:11:33 -04:00
  • a0b0a97e52 Support enforce_nonce and add random nonce for message creation Rapptz 2024-10-27 14:49:41 -04:00
  • e94fb45527 Add note about using venvs on Linux Rapptz 2024-10-22 19:26:46 -04:00
  • c8ecbd8d10
    Add Message.forward flag Steve C 2024-10-22 12:01:34 -04:00
  • 354ae4208c
    Fix abc.GuildChannel.clone implementations Soheab 2024-10-17 00:49:41 +02:00
  • c5e74068f0
    [commands] Unwrap Parameter if given as default to commands.parameter Soheab 2024-10-17 00:48:49 +02:00
  • b0c66b7734
    Fix NameError in sku.py Soheab 2024-10-16 23:43:35 +02:00
  • 9da131ed26
    Fix variance typing issue with CommandTree.error decorator PythonCoderAS 2024-10-14 18:58:24 -04:00
  • ca85782b35 [commands] Fix Context.defer unconditionally deferring Rapptz 2024-10-13 14:26:40 -04:00
  • 442ad40ab2
    [commands] Add SoundboardSoundConverter z03h 2024-10-12 23:49:50 -07:00
  • 5734996aaf Fix soundboard sounds event data type Rapptz 2024-10-12 18:51:21 -04:00
  • 20875646a3
    Fix MessageReferenceType not being public z03h 2024-10-12 15:48:22 -07:00
  • b207c8a1ac
    [commands] Add perms object param to default_permissions decorator Andrin 2024-10-12 19:01:54 +02:00
  • 99a7093c34
    Add support for message forwarding DA344 2024-10-11 21:34:18 +02:00
  • b11f19a397
    Add proxy support for get_from_cdn Sherlock 2024-10-12 03:31:47 +08:00
  • 48cf500e09
    Fix Message.system_content for role_subscription_purchase renewal type owocado 2024-10-11 11:38:27 +05:30
  • b3141db6e9
    Add support for messages with type purchase_notification Soheab 2024-10-11 01:43:07 +02:00
  • 04b8f385b1
    Remove leftover print statement owocado 2024-10-11 04:02:58 +05:30
  • a5f9350ff2
    Add category parameter to abc.GuildChannel.clone Andrin 2024-10-10 11:22:52 +02:00
  • 20c543f672
    Add support for message call Andrin 2024-10-10 11:21:59 +02:00
  • 9d7c253535
    Add missing error for Message.edit iyad-f 2024-10-10 03:41:27 +05:30
  • 58b6929aa5
    Add SKU subscriptions support MCausc78 2024-10-10 01:04:14 +03:00
  • 0ce75f3f53
    [commands] Fix issue with category cooldowns outside of guild channels Josh 2024-10-10 07:51:00 +10:00
  • 1ad45f585f
    Add missing error for Guild.fetch_automod_rule Gooraeng 2024-10-10 06:46:07 +09:00
  • ec9fd57254
    Add support for AEAD XChaCha20 Poly1305 encryption mode Mysty 2024-10-10 07:33:37 +10:00
  • 91f300a28a
    Add zstd gateway compression to speed profile Lilly Rose Berner 2024-10-09 23:30:03 +02:00
  • d10e70e04c
    [docs] Fix spelling lmaotrigine 2024-10-10 02:59:15 +05:30