Commit Graph

  • 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
  • 8226f0df2c [commands] Require number of parameters at instantiation time Rapptz 2022-02-25 10:53:21 -05:00
  • 0b5c3cf256 [types] Fix types for channels and interactions Rapptz 2022-02-25 10:44:53 -05:00
  • e13997f35e Remove region parameters from HTTPClient Rapptz 2022-02-25 10:44:37 -05:00
  • 29c26bc0a6 [types] Fix application command choice typings Rapptz 2022-02-23 17:38:52 -05:00
  • 0ed745f5ae Remove regular context manager support from Typing Rapptz 2022-02-23 16:05:08 -05:00
  • c7df838a39 Remove AuditLogDiff.region references Rapptz 2022-02-23 10:14:36 -05:00
  • fd4c5a65ed Remove topic from StageChannel.edit's overload jack1142 2022-02-23 16:13:54 +01:00
  • 0eb2f32399 Remove VoiceRegion enum and Guild.region attribute Rapptz 2022-02-23 08:56:10 -05:00
  • cc21872072 Add Locale enum Rapptz 2022-02-23 08:41:50 -05:00
  • 6979e56088 Remove manual :async-for: markers Nadir Chowdhury 2022-02-23 13:05:23 +00:00
  • 39c5a4fdc3 Fix type-errors in commands extension Josh 2022-02-23 23:04:49 +10:00
  • a315786869 Handle type-errors in upcoming pyright release Josh 2022-02-22 23:51:11 +10:00
  • ff90e7e747 GUILD_UPDATE audit logs mniip 2022-02-22 16:48:26 +03:00
  • 550bdda51b Temporarily disable artefact uploading Rapptz 2022-02-22 06:54:20 -05:00
  • 8d52ddaff6 Fix remaining type errors in main package Rapptz 2022-02-22 04:19:46 -05:00
  • 3e90664cf9 Fix signature for VoiceClient Rapptz 2022-02-22 04:09:48 -05:00
  • 285069de08 Fix types in guild.py Josh 2022-02-22 17:34:17 +10:00
  • 3ce00abeae Fix some type-check errors Josh 2022-02-22 16:48:41 +10:00
  • c8064ba6f2 Type-hint gateway Josh 2022-02-22 16:44:52 +10:00
  • f5e087c5c3 Fix typing in emoji.py Josh 2022-02-22 15:01:50 +10:00
  • 76983d7c20 Add black lint & workflow reorganization Devon R 2022-02-22 07:38:37 +00:00
  • 70b577e94b Fix typing in voice related files Josh 2022-02-22 17:37:22 +10:00
  • 437d451d4e Fix typing in Audit Logs Josh 2022-02-22 14:32:59 +10:00
  • 30e7a2e937 Fix a few more type errors Rapptz 2022-02-21 23:31:18 -05:00
  • d01e73fca5 Document more uses of type ignore Rapptz 2022-02-21 23:08:26 -05:00
  • 51b79411e3 Fix and document type ignores in client Rapptz 2022-02-21 22:52:24 -05:00
  • 6c2ea4f0a0 Fix some type ignores in backoff and channel Rapptz 2022-02-21 22:43:19 -05:00
  • c7c6d74d8d Fix type errors in the abc module Rapptz 2022-02-21 22:38:36 -05:00
  • 24b729ed0d Fix up some type ignores in state.py Rapptz 2022-02-21 22:28:32 -05:00
  • 3cf000d467 Type up gateway payloads Nadir Chowdhury 2022-02-22 03:09:40 +00:00
  • d409ddd227 Alter return-type of button/select decorators Josh 2022-02-22 12:54:44 +10:00
  • 22b06e7bf8 Fix TextChannel.archived_threads mniip 2022-02-22 05:53:40 +03:00
  • cd1dd7d670 [commands] Properly eject listeners with custom names mniip 2022-02-22 05:42:00 +03:00
  • 40dc8d1d9d Change Webhook.avatar to be consistent with User.avatar jack1142 2022-02-22 03:13:01 +01:00
  • 19ad64adda [tasks] Fix initial loop execution running prematurely Sebastian Law 2022-02-21 17:45:03 -08:00
  • d24a339dbf Fix missing view parameter in edit message response Predä 2022-02-22 02:44:29 +01:00
  • 6dbd40a8ef Remove use of typing.Self from TextInput Josh 2022-02-22 00:13:18 +10:00
  • 38e6dc4f27 Fix passing ephemeral and thinking together Maya 2022-02-22 00:37:59 +13:00
  • 3c6281ce33 Set attributes of StickerPack as Optional Sebastian Law 2022-02-21 03:25:23 -08:00