Commit Graph

  • c1f1c67eed Change timeout parameter in View.from_message to keyword only Rapptz 2021-06-30 03:12:44 -04:00
  • cd4b0904db Change NamedTuple in __init__.py Arnav Jindal 2021-06-30 12:42:40 +05:30
  • d8075d5412 Add View.from_message to convert message components to a View Rapptz 2021-06-30 03:06:51 -04:00
  • 157caaec7c Add conversion routine for SelectMenu to ui.Select Rapptz 2021-06-30 02:55:03 -04:00
  • 62dad0f7bf Fix potential None access in various StageChannel properties Rapptz 2021-06-30 01:31:57 -04:00
  • 1aeec34f84 Typehint Member and various typing fixes Rapptz 2021-06-30 01:28:35 -04:00
  • 44d1d29708 Add explicit types to variables in Message types Rapptz 2021-06-29 23:55:19 -04:00
  • ea1d423904 Check for None in VocalGuildChannel.voice_states Rapptz 2021-06-29 23:16:39 -04:00
  • 6f3b8072d6 Rework User.edit to have proper typing Rapptz 2021-06-29 22:05:29 -04:00
  • 2d7c709235 Rework Role.edit to not rely on previous role state Rapptz 2021-06-29 22:02:16 -04:00
  • a372aadb2d Rework Member.edit to not use kwargs for better typing Rapptz 2021-06-29 21:54:24 -04:00
  • 53ef89c29f Use a property for StreamIntegration.expire_behavior alias Rapptz 2021-06-29 21:46:19 -04:00
  • c6a69062a8 Rework StreamIntegration.edit to not rely on state Rapptz 2021-06-29 21:45:06 -04:00
  • 62b024803a Mock PartialTemplateState._get_guild as pass-through Rapptz 2021-06-29 21:35:00 -04:00
  • b1a355394f Rework Template.edit to use MISSING sentinel Rapptz 2021-06-29 21:33:57 -04:00
  • 39a674ddee Fix typing of ApplicationCommandInteractionDataOption Josh 2021-06-30 11:29:24 +10:00
  • abac04b759 Fix link buttons not being regarded as persistent Nadir Chowdhury 2021-06-30 01:03:50 +01:00
  • 7d0bd7ed20 add persistent view in on_ready to avoid loop issues Nadir Chowdhury 2021-06-30 01:02:55 +01:00
  • 7601d6cec3 [typing] Type-hint client.py Josh 2021-06-30 10:02:19 +10:00
  • 7386a971f8 Add examples for how to use views Rapptz 2021-06-29 04:17:20 -04:00
  • 2beee8be14 Type hint channel.py Rapptz 2021-06-29 03:37:52 -04:00
  • eda02c2e91 [types] VoiceChannel and StageChannel bitrate/user_limit is not null Rapptz 2021-06-29 02:45:01 -04:00
  • 485542c480 Fix typing linting error in threads Rapptz 2021-06-29 02:26:07 -04:00
  • a2b10a08b9 Fix KeyError due to refactoring mistake in Overwrite handling Rapptz 2021-06-28 23:51:56 -04:00
  • 55c7de82d3 Type and format abc.py Rapptz 2021-06-28 23:34:08 -04:00
  • f9bccabac5 Make Asset.with_ functions positional only Rapptz 2021-06-28 21:55:41 -04:00
  • d9adf4d35d Make Asset.replace only accept keyword arguments Rapptz 2021-06-28 21:55:02 -04:00
  • f7d551953b Remove extraneous __slots__ assignments Rapptz 2021-06-28 21:50:08 -04:00
  • 6b1d46a1ea Set Message.guild from guild_id if unavailable through Message.channel Lilly Rose Berner 2021-06-29 01:03:59 +02:00
  • e96df33ce0 Dispatch thread_join when a thread is updated but not in cache Rapptz 2021-06-28 18:56:28 -04:00
  • e3a66bcccc Fix property CSS to be more inline with everything else Rapptz 2021-06-28 04:16:51 -04:00
  • 039bb9f871 Move documentation CSS after CSS block Rapptz 2021-06-28 03:44:07 -04:00
  • 2ce44f7bd6 Add versionadded for format_dt Rapptz 2021-06-28 03:36:16 -04:00
  • 3c5c5fc274 Update documentation in voice_client.py scrazzz 2021-06-28 10:10:33 +03:00
  • a7c95966ac Fix issue when tasks loop used in classes. paris-ci/pr7044 paris-ci/pr7044 Josh 2021-06-28 15:45:24 +10:00
  • d1a2ee4620 Add discord.utils.format_dt helper function Rapptz 2021-06-28 01:30:56 -04:00
  • a75cd93acc Fix Guild.vanity_invite causing an error when guild has it unset Rapptz 2021-06-28 01:03:46 -04:00
  • 5acea453cc Type-hint voice_client / player Josh 2021-06-28 14:59:14 +10:00
  • cd6b453cb3 Typehint Activity Rapptz 2021-06-28 00:56:28 -04:00
  • 4566b64d77 Fix Activity and Spotify datetime being timezone naive Rapptz 2021-06-28 00:37:16 -04:00
  • b1836c5577 Rework Message.edit implementation Rapptz 2021-06-28 00:33:59 -04:00
  • 75477b2995 Fix incorrect typehints in Guild.create_role RobotHanzo 2021-06-28 12:05:40 +08:00
  • 2cd2d1d3ee [commands] Rename missing_perms to missing_permissions Izhar Ahmad 2021-06-28 09:05:08 +05:00
  • f7b0ed7b12 Add ButtonStyle.gray alias Nadir Chowdhury 2021-06-28 05:01:13 +01:00
  • b59ec318c0 Fix Category.create_x_channel raising without overwrites Lilly Rose Berner 2021-06-28 06:00:51 +02:00
  • 6ce1c537d4 Localize Embed.timestamp during assignment thegamecracks 2021-06-28 00:00:17 -04:00
  • caa9512a8a Make on_ready examples consistent pikaninja 2021-06-27 20:59:17 -07:00
  • 47e6a754e4 Add support for sending multiple embeds Aomi Vel 2021-06-28 12:52:48 +09:00
  • 8b7e5a50b4 Add discord.Spotify.track_url quiprr 2021-06-27 20:48:04 -07:00
  • 1a3422dccc Handle role_id possibly being None for StreamIntegration Harmon 2021-06-27 22:46:14 -05:00
  • 233d10649c [docs] Update Sphinx and Fix various references Josh 2021-06-28 13:43:49 +10:00
  • 76c9e390f1 remove repeat 'to' in Task.restart doc NiumXp 2021-06-28 00:42:43 -03:00
  • cbe7a1b3a2 Add "new in version" missing in webhook documentation Rafael 2021-06-28 00:41:00 -03:00
  • b2c9c26841 Show decorator usage instead of signature in docs Devon R 2021-06-28 12:40:39 +09:00
  • 20dd632722 Fix Member.ban typing to include 0-day message deletes Steve C 2021-06-27 23:38:29 -04:00
  • 3c2cf06e46 [commands] Add attr and parameter "argument" to BadInviteArgument thetimtoy 2021-06-27 20:38:07 -07:00
  • dbb135b81a Add disable_guild_select to utils.oauth_url() Soheab 2021-06-28 05:37:02 +02:00
  • 2df88ccc27 Apparently a conflict sneaked through iDutchy 2021-06-25 21:07:02 -05:00
  • 0f3b15f10d Merge branch 'Rapptz-v1.x' iDutchy 2021-06-25 20:34:02 -05:00
  • 2a32e56873 fix conflict iDutchy 2021-06-25 20:33:22 -05:00
  • 34f6c5db10 looks like I changed stuff? iDutchy 2021-06-25 20:29:27 -05:00
  • d30fea5b0d Add changelog for v1.7.3 Rapptz 2021-06-12 12:09:38 -04:00
  • 462ba84809 Version bump to v1.7.3 Rapptz 2021-06-12 12:09:54 -04:00
  • 9ff979572a Add changelog for v1.7.3 Rapptz 2021-06-12 12:09:38 -04:00
  • 9376fcd69d Fix crash involving stickers Rapptz 2021-06-12 11:56:51 -04:00
  • e79321c032 Fix DM channel permissions not having read_messages Rapptz 2021-06-05 02:53:30 -04:00
  • 81457330ed [docs] typo fix Nadir Chowdhury 2021-05-23 08:47:16 +01:00
  • 72dd2381b0 Update docs for (Partial)Message.publish to reflect the actual permissions needed Alex Nørgaard 2021-05-15 07:08:16 +01:00
  • f0c3568ea9 Fix for doc reference to python "raise" statement ChasL 2021-05-14 23:06:50 -07:00
  • f27e2e073f Fix crash involving stickers Rapptz 2021-06-12 11:56:51 -04:00
  • 0bc5f276a7 [commands] Change EmojiConverter to use Client.get_emoji Rapptz 2021-06-12 03:05:28 -04:00
  • 1c640ad72b Lazily create Button custom_ids in decorator interface Rapptz 2021-06-12 02:33:11 -04:00
  • f0c76a13d3 Fix guild documentation not showing up for some methods Rapptz 2021-06-11 05:25:06 -04:00
  • a0e1d1e25f Fix typing of IntegrationAccount class Josh 2021-06-11 18:25:23 +10:00
  • faa3e84cfb Remove type-ignore related to Pyright issue. Josh 2021-06-11 14:55:27 +10:00
  • 04573c3c06 Make View timeout parameter keyword-only Rapptz 2021-06-10 09:06:04 -04:00
  • f6ea03230e Make parameters passed to Reaction.user keyword-only Rapptz 2021-06-10 08:58:25 -04:00
  • c251c51cb1 Typehint Reaction Rapptz 2021-06-10 08:58:10 -04:00
  • 3a71d3be5f Use ParamSpec in ext-tasks Josh 2021-06-10 22:54:59 +10:00
  • 9181bf046b Rename Reaction.custom_emoji to Reaction.is_custom_emoji Rapptz 2021-06-10 08:50:50 -04:00
  • 04788d0a06 Type-Hint appinfo/team Josh 2021-06-10 22:06:00 +10:00
  • fc66c5b92d Fix some webhook related type checker errors Rapptz 2021-06-10 07:57:41 -04:00
  • 0dd4c4c08c Don't use class attribute syntax for Guild typings Rapptz 2021-06-10 07:50:35 -04:00
  • 35a9533e8d Type-Hint http.py Josh 2021-06-10 21:34:41 +10:00
  • 11e23c534a Close ClientSession after closing websocket connections Rapptz 2021-06-10 07:32:05 -04:00
  • ee26b58c6c None check in InteractionResponse.edit_message Devon R 2021-06-10 20:28:26 +09:00
  • fa6fa6a567 Add category_id shortcut to Thread Lilly Rose Berner 2021-06-09 14:21:45 +02:00
  • 2eb0ec07ab Add __str__ method to Thread Lilly Rose Berner 2021-06-09 14:21:14 +02:00
  • c2df574b2a Add audit log entries for stage instances Nadir Chowdhury 2021-06-09 13:09:05 +01:00
  • 7dccbace78 Refactor Guild to support type hints Rapptz 2021-06-08 10:54:22 -04:00
  • 2247fbb23a [types] Use proper type for Guild.threads Rapptz 2021-06-08 09:28:29 -04:00
  • c693945a46 [types] Split PartialVoiceState for proper gateway type Rapptz 2021-06-08 09:27:55 -04:00
  • 746da7d54c Add Thread.permissions_for helper function Rapptz 2021-05-29 09:35:13 -04:00
  • 1152f67efc Allow pins events to work with threads Rapptz 2021-05-23 22:23:40 -04:00
  • 5ae7940ec8 Add message purging functions to Thread Rapptz 2021-05-23 05:42:39 -04:00
  • e13cbf4644 Don't dispatch thread_join on extraneous THREAD_CREATE dispatches Rapptz 2021-05-09 23:35:48 -04:00
  • bd369c76ea Parse remaining thread events. Rapptz 2021-05-09 22:23:21 -04:00
  • 9adf94e6b1 Add ThreadMember.thread Rapptz 2021-05-09 22:22:12 -04:00
  • 92ee2cd598 Add support for thread parameter in Webhook.send Rapptz 2021-05-05 21:15:24 -04:00
  • 4b51e3e253 Add TextChannel.active_threads Rapptz 2021-05-05 20:55:49 -04:00