Commit Graph

  • 1335937288 Add Thread.starter_message property Rapptz 2022-06-23 04:17:56 -04:00
  • 1be36c9c3e Change View, Modal, and AudioPlayer to use logger instead of stderr mniip 2022-06-22 09:10:02 +03:00
  • 9fc4769b18 Add extras attribute to app commands command types I. Ahmad 2022-06-21 17:38:56 -07:00
  • 868476c999 Use the latest GitHub Action versions GoogleGenius 2022-06-20 08:22:45 -05:00
  • b8ddb17b14 Fix fallback_to_global not working with context menus Rapptz 2022-06-20 06:20:46 -04:00
  • d0a52f4276 Fix typo and capitalizations in docs will 2022-06-20 10:02:53 +07:00
  • 64849ebcc8 Remove unused import in dropdown example Kellenn 2022-06-17 20:04:15 -06:00
  • 123da00ad0 Fix AttributeError in logging example Kellenn 2022-06-17 19:57:22 -06:00
  • 922e52b6df Update IDENTIFY payload to match new format Rapptz 2022-06-17 20:56:44 -04:00
  • 1a90327202 Fix potential infinite loop in Reaction.users Rapptz 2022-06-16 18:56:42 -04:00
  • 85495a910c Add extra details to rate limit logs Nadir Chowdhury 2022-06-16 23:52:37 +01:00
  • 9648986028 Reorder fruit autocomplete example to be less confusing Rapptz 2022-06-14 20:40:27 -04:00
  • 7e66e11640 Change Message.system_content to always return str Rapptz 2022-06-14 20:38:39 -04:00
  • 903e2e64e9 [tasks] Only update the time interval if the body has run once Rapptz 2022-06-14 07:41:02 -04:00
  • 1ba290d8c6 Update sticker limit in _PREMIUM_GUILD_LIMITS Sarthak Upadhyay 2022-06-14 10:07:58 +05:30
  • 190eeaf19b Fix some typos in migrating documentation will 2022-06-14 08:32:52 +07:00
  • c0b4c37418 Remove extraneous assignment in logging documentation Rapptz 2022-06-13 17:14:19 -04:00
  • 9c9703efc4 Remove unnecessary construction of logging.Formatter in docs Rapptz 2022-06-13 17:13:21 -04:00
  • 2b9e43dbf9 Change Message.application type to MessageApplication Alex Nørgaard 2022-06-13 21:34:41 +01:00
  • 96e6261d61 Change default for purge oldest_first to match history Rapptz 2022-06-13 04:54:08 -04:00
  • c232631504 Refactor utils.oauth_url slightly Rapptz 2022-06-13 04:49:32 -04:00
  • 40f12c8a00 Add state parameter to utils.oauth_url Miku Chan 2022-06-13 12:47:43 +05:30
  • 66881ba458 Remove gateway trace information Rapptz 2022-06-13 01:02:44 -04:00
  • 53685b9b86 Change stderr prints to use the logging module instead Rapptz 2022-06-13 00:57:28 -04:00
  • 49e683541b Add default logging configuration when using Client.run Rapptz 2022-06-12 23:51:51 -04:00
  • 768242b00e Fix typo in async with documentation Rapptz 2022-06-12 16:49:33 -04:00
  • 5d1b63bfee [docs] Add async with documentation for Client James Hilton-Balfe 2022-06-12 21:06:44 +01:00
  • 1f053e0a32 [commands] Document argument attribute in BadInviteArgument Daniel Diaz 2022-06-12 14:36:21 -05:00
  • e73a805bd7 Add missing data to Argument model Soheab 2022-06-12 21:33:08 +02:00
  • c9f777c873 Fix type annotations to adhere to latest pyright release Josh 2022-06-13 05:30:45 +10:00
  • 334ef1d7fa Add support for discord.abc.GuildChannel annotations in app commands Rapptz 2022-06-11 20:36:15 -04:00
  • d19faa5f32 Raise an exception when wait_until_ready is called without a loop Rapptz 2022-06-11 20:29:30 -04:00
  • 3cb90199c9 Remove private legacy cruft from AppCommand models Soheab 2022-06-11 19:46:18 +02:00
  • b0cb458f9f Change OS X to macOS in Japanese README KeySpace 2022-06-10 15:12:51 +09:00
  • dd52f856f3 Use static_format over format if present in Asset.replace Soheab 2022-06-10 07:50:19 +02:00
  • 66a97c6655 Fix typings of deaf and mute in PartialMember Kile 2022-06-10 06:40:33 +01:00
  • be6db20255 Add on_raw_thread_member_remove event Enes Kurbetoğlu 2022-06-09 08:58:50 +03:00
  • 6a58cabf5c Add Guild.create_forum and CategoryChannel.create_forum Alex Nørgaard 2022-06-09 05:56:31 +01:00
  • ae51d5849a Fix typos in AppCommandPermissions attributes doc will 2022-06-07 15:23:22 +07:00
  • 377dde4e4e Change app command permission models guild to not be None Rapptz 2022-06-07 01:56:44 -04:00
  • b6235cbd8c [Crowdin] Updated translation files github-actions[bot] 2022-06-07 01:44:44 -04:00
  • 98ca16ef67 Tweak wording for "less than" Range error Steve C 2022-06-07 01:36:21 -04:00
  • 3aa55ba1ed Implement Application Command Permissions models Soheab 2022-06-07 07:35:33 +02:00
  • 4e7529138c [commands] Properly use Optional's default value on parsing error Jakub Kuczys 2022-06-07 02:18:25 +02:00
  • 75d57ab3ce Fix warning in entity_type reassignment Rapptz 2022-06-06 12:26:05 -04:00
  • 3fe9fc92eb Automatically infer entity_type when passing concrete channels Rapptz 2022-06-06 08:56:04 -04:00
  • 9df6aa86c8 Fix state modification endpoints on ScheduledEvent not working Rapptz 2022-06-06 08:28:12 -04:00
  • acb0302403 Fix "to top" string not being exported in .pot files Rapptz 2022-06-06 07:44:26 -04:00
  • a106201ad3 Fix certain HTML and JS strings not being exposed to .pot files Rapptz 2022-06-05 11:08:30 -04:00
  • db5a22d791 Move dropdown icon to static folder Rapptz 2022-06-05 01:24:20 -04:00
  • d1039e209e Skip default parameter validation when using a transformer Rapptz 2022-06-05 01:18:16 -04:00
  • 87edabc5b8 Fix wording in README Arjun Sharda 2022-06-04 19:52:12 -05:00
  • f6a74f74a7 Fix typo in CommandTree.fetch_command's NotFound doc will 2022-06-04 14:25:06 +07:00
  • 06c1f44d74 Add on_raw_thread_update event Enes Kurbetoğlu 2022-06-03 11:49:32 +03:00
  • af265dba06 Add CommandTree.fetch_command Soheab 2022-06-03 10:46:20 +02:00
  • 823d650e97 Update comments in CommandTree to reflect commands v2 Nickyux 2022-06-01 08:38:20 +02:00
  • 6a4d5eef52 Fix documentation errors in discord.Invite and on_integration_update Andy 2022-06-01 07:36:51 +01:00
  • 59ebfefbf4 Use __getitem__ to access channel_id in MessageReference payloads nickofolas 2022-06-01 01:32:42 -05:00
  • e543abd950 Add support for new thread_name parameter in Webhook.send Rapptz 2022-05-31 18:22:32 -04:00
  • 259c6733a3 Add webhook creation methods to ForumChannel Rapptz 2022-05-31 18:15:54 -04:00
  • 0b026b1283 Elaborate on rename decorator behaviour Rapptz 2022-05-31 18:14:18 -04:00
  • 7857a84598 [Crowdin] Updated translation files github-actions[bot] 2022-05-30 15:27:23 -04:00
  • 36f039a1bf [commands] Fix interaction baton not being set during Context creation Rapptz 2022-05-30 08:50:19 -04:00
  • 67066937c5 Add return type for __init__ and _from_data Harshal Laheri 2022-05-30 18:18:56 +05:30
  • f82ec46acf Use json_or_text helper for parsing webhook responses I. Ahmad 2022-05-30 17:48:36 +05:00
  • f24f34e3f1 Remove unused internal bot_token attribute Sebastian Law 2022-05-28 20:48:02 -07:00
  • cdfccfbe74 Fix description of user parameter in reaction remove event Twentysix 2022-05-29 05:47:37 +02:00
  • 53694724c1 Add emoji property to SelectOption z03h 2022-05-28 20:47:19 -07:00
  • dc8aef7e6a [Crowdin] Updated translation files github-actions[bot] 2022-05-27 05:46:45 -04:00
  • 74f3496a74 Add a bandaid fix for Sphinx bug involving admonitions in .pot files Rapptz 2022-05-27 04:30:38 -04:00
  • 4c74523794 Fix versionadded docstrings in voice connect methods Rapptz 2022-05-27 04:13:56 -04:00
  • cf031f71b9 Add a new extlink for discord documentation Rapptz 2022-05-27 04:05:01 -04:00
  • 081f483a0d Fix tree not properly accounting for override when checking limits Rapptz 2022-05-25 23:40:20 -04:00
  • f19f51f771 Use positional args for internal thread methods Sebastian Law 2022-05-25 02:17:21 -07:00
  • 69b4d9a4fa Fix exception description of WelcomeScreen.edit apple502j 2022-05-25 01:07:23 +09:00
  • 4cbe8f58e1 Fix parameter docs of WelcomeScreen.edit apple502j 2022-05-25 00:27:52 +09:00
  • af311bff09 Change .pot files to only contain at most 5 context lines Rapptz 2022-05-24 10:45:28 -04:00
  • 78a026aae2 Add remaining bitwise operators to Flags zephyrkul 2022-05-23 19:58:46 -06:00
  • 2ef7ae0778 Update intersphinx url for request library Jakub Kuczys 2022-05-24 03:51:36 +02:00
  • 77baa06a99 Fix bug in permission resolution when dealing with timed out members Rapptz 2022-05-23 11:56:05 -04:00
  • 3dddddc8f9 [commands] Change Context.typing to defer for interaction contexts Rapptz 2022-05-22 21:49:27 -04:00
  • ee71366f72 Fetch application_info on login Rapptz 2022-05-22 19:52:50 -04:00
  • 06c43d6772 [commands] Add support for NSFW commands for hybrid commands Rapptz 2022-05-22 19:31:28 -04:00
  • 573b2121b7 Add support for NSFW application commands Rapptz 2022-05-22 19:17:12 -04:00
  • a47396b21e [commands] Change guild_only check to set guild_only in hybrid commands Rapptz 2022-05-22 18:48:01 -04:00
  • e2d0193531 Implement WelcomeScreen Nadir Chowdhury 2022-05-22 02:26:06 +01:00
  • 2bb7ed2092 Retry on 524 status code Nanashi 2022-05-22 10:22:20 +09:00
  • 7905d63f7c Reword missing annotation error to be a bit clearer Rapptz 2022-05-20 17:21:31 -04:00
  • e813e5efe7 Remove undocumented methods from function signature changes Rapptz 2022-05-20 16:52:55 -04:00
  • 93e1ff5f07 Change aiohttp object construction to no longer take loop objects Rapptz 2022-05-20 15:08:38 -04:00
  • 37076a04de Fix autocomplete example to not be as confusing Rapptz 2022-05-18 20:53:33 -04:00
  • bd637e2462 Specify required argument types for FFI functions Star Brilliant 2022-05-18 10:32:03 +00:00
  • 30c7a2179f Fix typo in context menu error message Snaptraks 2022-05-17 16:41:29 -04:00
  • 38ba3b8d23 [commands] fix case_insensitive bug in parse_flags Wayoshi 2022-05-17 16:41:02 -04:00
  • 46e6a2708f Add dunder or support to Flag types Josh 2022-05-18 04:12:45 +10:00
  • 2be65e5874 [commands] Fix errors when DynamicCooldown returns None z03h 2022-05-17 00:37:31 -07:00
  • dbb00bd361 Add Reaction into typehint of add_reaction() Ryan H 2022-05-17 00:36:35 -07:00
  • d16e0cbe61 Add PartialIntegration to TargetType NextChai 2022-05-17 03:32:52 -04:00
  • 544bb1e237 Fix typo in FlagConverter example Rapptz 2022-05-16 17:05:21 -04:00
  • 04f5fcf741 Fix Connectable.connect typing having bad inference if cls is missing Rapptz 2022-05-16 15:33:41 -04:00