Commit Graph

  • 154c90ef59 Add audit log events for threads Nadir Chowdhury 2021-07-29 00:57:42 +01:00
  • 1472e9ed7c Fixes minor grammatical error in Command.update Stocker 2021-07-28 19:56:36 -04:00
  • 85f3e11ef1 Fix Example Usage in docs AkshuAgarwal 2021-07-28 23:56:12 +00:00
  • 67026809a8 Fix EqualityComparable.__eq__ typing Gnome! 2021-07-29 00:55:19 +01:00
  • dd8168f902 Fix a typo within the documentation xPolar 2021-07-28 16:54:58 -07:00
  • 96b9a0e09d Add reason kwarg to more methods Nadir Chowdhury 2021-07-29 00:54:32 +01:00
  • c059d43e98 Add Number type (10) to Application Command Option types Josh 2021-07-29 09:53:58 +10:00
  • 78aea51f50 Add an example for the new dropdowns Robin5605 2021-07-28 18:53:06 -05:00
  • b47133dfb2 Add BaseUser.banner for all subclasses to access new banners Alex Nørgaard 2021-07-29 00:41:43 +01:00
  • e4750c7105 Add raw thread delete event LostLuma 2021-07-23 10:03:11 +02:00
  • fc51736b34 Add a new view example for link buttons Ay355 2021-07-22 07:02:42 -07:00
  • 23852404ed Fix incorrect typehint in send_message Willy 2021-07-21 02:52:51 -04:00
  • 980d6abbea Fix typo in commands documentation AXVin 2021-07-21 12:22:33 +05:30
  • bc75945088 Add format_dt to utils __all__ Vaskel 2021-07-21 02:52:06 -04:00
  • dd5fc656d9 Fix permissions_for for roles z03h 2021-07-20 23:51:46 -07:00
  • 8675a18185 [commands] Remove unused copy import in Cog thetimtoy 2021-07-20 23:48:11 -07:00
  • a0e5e062c9 Add versionadded to ui.View and ui.Item scrazzz 2021-07-21 09:47:52 +03:00
  • 07483297ad Fix typo in UserFlags.has_unread_urgent_messages Sebastian Law 2021-07-20 23:47:36 -07:00
  • 48eb981344 Fix Thread.slowmode_delay not updating z03h 2021-07-20 23:47:15 -07:00
  • feed302269 Fix documentation note for interaction_check Kaylynn Morgan 2021-07-21 16:46:52 +10:00
  • 262a50196d fix typo in ephemeral function definition Nadir Chowdhury 2021-07-21 07:46:39 +01:00
  • 15eb3d2e5d Remove afk parameter from change_presence Aaron Hennessey 2021-07-21 07:45:57 +01:00
  • 0faf4c8e2b Stricter type hint in releaselevel Ryu JuHeon 2021-07-21 15:45:21 +09:00
  • 5b8be9a772 Add PartialMessage to list of allowed message reference types Lilly Rose Berner 2021-07-21 08:45:01 +02:00
  • 834e23dc00 Fix type annotations for purge's limit param on Thread/TextChannel Steve C 2021-07-21 02:44:27 -04:00
  • 26e68b31ef [commands] fix incorrect typings in ThreadConverter Alex Nørgaard 2021-07-21 07:43:37 +01:00
  • 2b66f2288c well, that was another failed idea... iDutchy 2021-07-13 20:06:54 -05:00
  • 00619fc6cd Making progress, almost there... iDutchy 2021-07-13 19:58:09 -05:00
  • 3056c6f0f4 new attempr iDutchy 2021-07-13 19:53:19 -05:00
  • d7a0b0af04 oops iDutchy 2021-07-13 19:37:14 -05:00
  • f8bf64c9b7 that failed... iDutchy 2021-07-13 19:32:30 -05:00
  • 8e6601c2c5 first attempt to shortcuts iDutchy 2021-07-13 19:28:52 -05:00
  • f14e584304 Sync Guild.features to documentation Nadir Chowdhury 2021-07-10 08:13:14 +01:00
  • e2624b9a31 [commands] Fix (Partial)MessageConverter to work with thread messages Nadir Chowdhury 2021-07-10 08:11:34 +01:00
  • f153154b7a Undocument Item.width Rapptz 2021-07-09 09:13:46 -04:00
  • 1a4e73d599 [commands] Get guild_id from message link for message converters Rapptz 2021-07-09 08:19:56 -04:00
  • 0aa825557d Re-try requests on 504 error and raise correct error Lilly Rose Berner 2021-07-09 10:54:22 +02:00
  • 8fb998b599 Refactor utcfromtimestamp to use fromtimestamp(..., tz=utc) Rapptz 2021-07-09 04:20:45 -04:00
  • 826ce101fd Change WEBHOOK_UPDATE to use guild information from gateway Rapptz 2021-07-08 21:53:26 -04:00
  • b4e39668fb Change CHANNEL_PINS_UPDATE to use guild information from gateway Rapptz 2021-07-08 21:51:21 -04:00
  • af8742a911 Use a specific tag type for member and user comparisons Rapptz 2021-07-08 10:17:44 -04:00
  • 8df35c83a9 Remove extraneous dict assignment from view store Rapptz 2021-07-07 20:14:26 -04:00
  • 74e1ab09a0 Remove channel type coercion in factory methods Rapptz 2021-07-05 22:13:10 -04:00
  • 03cd6ff433 Remove calls to gc.collect in ConnectionState Rapptz 2021-07-05 21:41:32 -04:00
  • 99b8ae35ba Change _Overwrite to get dict entries rather than mutate Rapptz 2021-07-05 21:32:46 -04:00
  • cb2363f0fd Move global user storage from WeakValueDictionary to dict Rapptz 2021-07-05 21:01:40 -04:00
  • 88d825a803 Allow use of orjson instead of json Rapptz 2021-07-05 04:01:19 -04:00
  • e0a9365d61 Type-hint backoff.py Josh 2021-07-08 10:17:17 +10:00
  • 717e723a36 Update intents docs to reflect presence update changes apple502j 2021-07-08 09:16:17 +09:00
  • 1ca5b7b8b2 [commands] update clean_content to work when standalone z03h 2021-07-07 17:15:54 -07:00
  • 3cb539d91b [commands] Document the thread converter ToxicKidz 2021-07-07 20:15:18 -04:00
  • 5a7cfb3ce6 [commands] Add ThreadConverter Alex Nørgaard 2021-07-05 05:40:57 +01:00
  • c1c6457598 Separate member_update and presence_update events Rapptz 2021-07-04 21:40:30 -04:00
  • c2acb0a114 Update README to point to 3.8 requirement Rapptz 2021-07-04 21:26:27 -04:00
  • feb0f7f29d Add SelectOption.__str__ Rapptz 2021-07-04 21:19:09 -04:00
  • 7598865609 Fix typo in stage_instance.py Aaron Hennessey 2021-07-05 00:14:33 +01:00
  • f40f80c0dc Fix typo in voice_client.py Josh 2021-07-05 09:14:07 +10:00
  • 49f8073262 Fix Permission serialisation in audit logs Rapptz 2021-07-04 19:13:21 -04:00
  • 750ba88f2c Fix typing errors with Client Rapptz 2021-07-04 07:55:20 -04:00
  • 074f34a5fa Specify View timeouts is in seconds Rapptz 2021-07-04 07:07:38 -04:00
  • 7d9074db8a Fix type errors and potentially unbound code in http.py Rapptz 2021-07-04 06:08:58 -04:00
  • 4152819a3c Ignore linting error when accessing Python 3.10 unions Rapptz 2021-07-04 05:55:29 -04:00
  • 5d798aa5e6 Fix some typing errors and reformat enums.py Rapptz 2021-07-04 05:29:34 -04:00
  • 828e47d83f Document on_thread_join also applying to thread creation Rapptz 2021-07-04 04:50:07 -04:00
  • 23a69144b6 Add a warning in on_interaction Rapptz 2021-07-04 03:06:22 -04:00
  • d047cebc35 [commands] Remove window reassignment when tokens reach 0 Rapptz 2021-07-04 03:05:06 -04:00
  • c748e4bce5 Mention ephemeral messages can only be edited with raw method Rapptz 2021-07-03 21:45:09 -04:00
  • d1dc41ec2f Fix Client.fetch_channel not returning Thread Alex Nørgaard 2021-07-04 02:35:31 +01:00
  • 097b6064f1 Fix ui.Button constructor default style to match the decorator Rapptz 2021-07-03 21:29:12 -04:00
  • 17268c3368 Add MessageFlags.ephemeral Rapptz 2021-07-03 21:28:49 -04:00
  • 6a553b2347 Fix building docs due to missing InteractionMessage in __all__ Alex Nørgaard 2021-07-03 18:24:57 +01:00
  • 93cc1bdd79 Fix typing errors in PartialEmoji Rapptz 2021-07-03 11:52:38 -04:00
  • 8b4dd34328 Document TextChannel.start_thread return type Rapptz 2021-07-03 11:48:41 -04:00
  • 3d0dd5bc1b Change Message.__repr__ to show inherited type name Rapptz 2021-07-03 11:02:32 -04:00
  • 0b577fa209 Add support for fetching the original interaction response message Rapptz 2021-07-03 11:00:48 -04:00
  • be5603141e Remove slots from flags Rapptz 2021-07-03 10:52:35 -04:00
  • bba4d6c4e4 Fix typo with exception name in InteractionResponse Rapptz 2021-07-03 08:49:07 -04:00
  • 9f981e718b Mention the discord.ui types in the read-only component types Rapptz 2021-07-03 08:38:05 -04:00
  • 88620d052a Typehint permissions Rapptz 2021-07-03 08:30:27 -04:00
  • 8760b01e76 Add Interaction.permissions to get resolved permissions Rapptz 2021-07-03 07:07:54 -04:00
  • 12e90f9c6d Type hint instance variables in interactions Rapptz 2021-07-03 06:56:30 -04:00
  • a8db8546db Typehint error.py Rapptz 2021-07-03 00:53:30 -04:00
  • 0fae0b4995 Use "raised" instead of "thrown" for exception documentation Rapptz 2021-07-03 00:35:21 -04:00
  • 7ca90874b9 Raise an exception if an interaction has been responded before Rapptz 2021-07-03 00:30:32 -04:00
  • b7b75e2b1f Add Thread.is_nsfw Alex Nørgaard 2021-07-03 05:14:48 +01:00
  • ffa0b26b82 Fix versionadded on ChannelType.private_thread Alex Nørgaard 2021-07-03 03:05:27 +01:00
  • 1059c02df7 Update examples of interactions to mention components jack1142 2021-07-03 03:58:06 +02:00
  • d7ed884593 Rework view timeouts to work as documented Rapptz 2021-07-02 09:17:32 -04:00
  • a3d7e06f25 [commands] Add back CommandOnCooldown.type Rapptz 2021-07-02 05:39:54 -04:00
  • 982140b5f7 [commands] Mention that dynamic_cooldown callable can return None Rapptz 2021-07-02 05:35:38 -04:00
  • 69c400d813 Add Thread.mention Rapptz 2021-07-01 20:50:56 -04:00
  • 9ac459b5d3 Add a default style for buttons Rapptz 2021-07-01 20:45:38 -04:00
  • 4f0e907e44 Add ButtonStyle.url alias for ButtonStyle.link Rapptz 2021-07-01 20:42:56 -04:00
  • 812bfbe6f9 Show Select.values more prominently in the documentation Rapptz 2021-07-01 20:33:57 -04:00
  • 64b48431b4 Add type property to thread channels Alex Liu 2021-07-01 17:27:39 -07:00
  • 30605e6f4f Add Select to list of types in Item's docstring jack1142 2021-07-01 13:50:04 +02:00
  • 2d597e310b Fix Interaction.channel being None in threads Nadir Chowdhury 2021-07-01 12:49:44 +01:00
  • d001b9d0ee [docs] Fix more references Josh 2021-07-01 21:48:37 +10:00
  • ed6c061d69 [commands] Fix guild channel converters to work in DMs Rapptz 2021-07-01 07:46:02 -04:00
  • 12e3eba011 Add Select to the docs Rapptz 2021-06-30 03:54:30 -04:00