Commit Graph

  • 9562a9683a Add dark_embed and light_embed to Colour TheMaster3558 2023-02-10 16:32:00 -08:00
  • e13c1d32b3 Add info to docs on how py -3 ignores virtualenv Marcos Pereira 2023-02-11 00:25:30 +00:00
  • 4057afad6a Add support for passing client to Webhook.from_url and Webhook.partial Rapptz 2023-02-09 23:22:45 -05:00
  • 8c66c182f7 Bump version to v2.1.1 v2.1.1 v2.1.x Rapptz 2023-02-09 16:21:26 -05:00
  • 8bff49832d Add changelog for v2.1.1 Rapptz 2023-02-09 16:20:10 -05:00
  • 5902324bdf Add fallback for sticker filename lookup Rapptz 2023-02-09 16:19:01 -05:00
  • 3af6b308ab Add changelog for v2.1.1 Rapptz 2023-02-09 16:20:10 -05:00
  • 441d38f56b Add fallback for sticker filename lookup Rapptz 2023-02-09 16:19:01 -05:00
  • 1395d3b495 Fix NameError in audit log target for app commands Rapptz 2023-02-09 06:14:27 -05:00
  • d523fc4a83 [commands] Add silent kwarg to Context.send Server Bot 2023-02-09 13:21:23 +05:30
  • 183675be74 Add support for silent messages Rapptz 2023-02-08 15:40:33 -05:00
  • 93ed1646d2 Cleanup some private utilities in app_commands.commands Rapptz 2023-02-02 00:33:18 -05:00
  • f1bd618b83 Pin black to v22.6 Rapptz 2023-02-01 08:24:52 -05:00
  • 23bcb07d2b [commands] Fix generic arg on Context.interaction Rapptz 2023-02-01 07:46:31 -05:00
  • 774219acae [commands] Update Range examples to match app_commands.Range chrispy 2023-02-01 01:02:36 +11:00
  • 346ade168e Fix default allowed_mentions for partial webhook state Rapptz 2023-01-31 08:58:56 -05:00
  • aa02d55e27 [Crowdin] Updated translation files github-actions[bot] 2023-01-30 19:27:13 -05:00
  • 20c7e261be [commands] Fix small "commands" typo in hybrid documentation yaakiyu 2023-01-26 09:41:40 +09:00
  • c46f309c13 Add support for member flags Soheab_ 2023-01-25 17:12:31 +01:00
  • ee07f72906 Add delete_after kwarg to InteractionMessage.edit Soheab_ 2023-01-25 16:13:47 +01:00
  • 7e95f98521 Fix webhooks and interactions not closing files after a request Rapptz 2023-01-25 04:22:24 -05:00
  • faee0b4968 [commands] Explicit set traceback for hybrid invoke Rapptz 2023-01-25 03:05:17 -05:00
  • 6cb9a84898 Fix views not being removed from message store backing Rapptz 2023-01-24 11:10:22 -05:00
  • 02031d08fb Publicly expose ScheduledEvent.creator_id Rapptz 2023-01-24 09:37:57 -05:00
  • 39f1f84718 Fix AuditLogDiff.type for integrations z03h 2023-01-22 06:01:15 -08:00
  • 3d2dedbc58 Add Message.position and Message.application_id attributes Rapptz 2023-01-21 22:48:36 -05:00
  • 26beabb740 Document default_auto_archive_duration accepted values Rapptz 2023-01-21 00:12:21 -05:00
  • bee7f903e3 Document Interaction.message availability Rapptz 2023-01-21 00:07:50 -05:00
  • aa981ade1d Add missing AuditLogEntry.guild documentation Rapptz 2023-01-21 00:04:08 -05:00
  • bbba8c650f Add missing generic parameters on various Interaction parameters Rapptz 2023-01-19 07:00:09 -05:00
  • c677ad0312 Add missing generic to interaction in item callback Alex Nørgaard 2023-01-19 11:38:39 +02:00
  • 2e737e70de Correct app command decorators that use Interaction Trevor 2023-01-18 21:10:08 -05:00
  • a8177dd5bd Document starter message requirements in ForumChannel.create_thread Rapptz 2023-01-18 07:11:33 -05:00
  • 3c91d2163e Fix overload for on_raw_typing in wait_for Rapptz 2023-01-17 00:48:29 -05:00
  • 980fe7b0f9 Simplify RoleTag implementation for always-null attributes Rapptz 2023-01-16 22:07:23 -05:00
  • 68c929cddf Use Mapping instead of Dict for AuditLogEntry inner cache data Rapptz 2023-01-16 22:03:31 -05:00
  • 3ff88db768 Update pyright to 1.1.289 Rapptz 2023-01-16 21:54:57 -05:00
  • bf860b0b07 Add support for generic ClientT in Interaction Rapptz 2023-01-16 21:42:22 -05:00
  • 469f006d8b Formally document utils.maybe_coroutine Rapptz 2023-01-16 20:59:21 -05:00
  • ed40d55f99 Fix overloads for select decorator Rapptz 2023-01-16 20:54:29 -05:00
  • ef7d740524 Add overload for audit_log_entry_create Rapptz 2023-01-16 20:38:53 -05:00
  • 375a001da8 Add overloads for all the events in the event reference James Hilton-Balfe 2023-01-17 01:36:00 +00:00
  • 5124b73d14 Add extra error handling to converters example sgtlaggy 2023-01-14 11:29:28 -08:00
  • dd2125e6b6 Make error handler in modal example more helpful sgtlaggy 2023-01-14 11:01:00 -08:00
  • de2349e707 Add missing cancel() in tasks example sgtlaggy 2023-01-05 14:01:01 -08:00
  • 5d39f96c85 Update tasks example to start in setup_hook sgtlaggy 2023-01-05 14:00:10 -08:00
  • f4c0a051ab [commands] Hint hybrid commands in GroupCog's description Leonardo 2023-01-14 18:55:32 -05:00
  • 40db618d1e Update documentation of User.avatar to be more clear AF-Sources 2023-01-15 00:02:44 +11:00
  • 0cd24b73f7 Fix trigger missing regex_filter and allow_list in audit log z03h 2023-01-14 04:59:42 -08:00
  • 82b12ba481 Remove redundant int cast Willy 2023-01-12 23:39:07 -05:00
  • f950019c75 Fix 2 incorrect types for audit log converters Steve C 2023-01-12 23:38:52 -05:00
  • bba2c94990 Update FAQ entry on audit log entry event Rapptz 2023-01-12 20:42:09 -05:00
  • 509a5d771f Fall back to Object for AuditLogEntry.target Zephyrkul 2023-01-12 17:27:28 -08:00
  • d11c42c2e6 Update type hints in AuditLogEntry.user and AuditLogEntry.user_id Rapptz 2023-01-12 18:21:01 -05:00
  • 2869d8000d Add support for on_audit_log_entry_create event Rapptz 2023-01-12 18:16:36 -05:00
  • 24495e5505 Add support for GIF sticker type Rapptz 2023-01-10 18:18:43 -05:00
  • 48ef01204c Add support for 'linked role' role tag Rapptz 2023-01-10 18:13:01 -05:00
  • 8e52db1f1b Add new message types to MessageType enum Rapptz 2023-01-10 18:10:30 -05:00
  • 3d24f0fb12 Add support for role subscription reading Rapptz 2023-01-10 18:05:00 -05:00
  • e802a87916 Synchronise Guild.features type hints with newest entries Rapptz 2023-01-10 17:01:20 -05:00
  • 4d8ded95fb Update description for UserFlags.discord_certified_moderator Rapptz 2023-01-10 16:51:06 -05:00
  • cbc46e0973 Add support for ForumChannel.default_layout Rapptz 2023-01-10 16:43:18 -05:00
  • 9930c672bb Add AppInfo.role_connections_verification_url Rapptz 2023-01-10 16:31:02 -05:00
  • d8da6a8da1 Update AutoModTrigger.regex_pattern documentation Rapptz 2023-01-10 16:27:06 -05:00
  • 7f796a68ca Add str and float examples to app_commands.Range documentation chrispy 2023-01-11 08:24:04 +11:00
  • dc194409c4 Update Guild.query_members docstring Lia Marie 2023-01-10 22:22:51 +01:00
  • d3249445f3 Revert "Allow empty strings to be in Embed.to_dict" Rapptz 2023-01-10 15:58:37 -05:00
  • d609c78a9e Clarify Template.source_guild documentation Rapptz 2023-01-07 02:46:18 -05:00
  • 3f81984ebb Document permissions required for automod events Rapptz 2023-01-07 02:45:36 -05:00
  • 5600bf1d8b Reformat code with black and use single quotes TheMaster3558 2023-01-06 16:54:00 -08:00
  • d257b0c07b Fix Webhook.send returning ForumChannel for WebhookMessage.channel Rapptz 2023-01-05 18:13:15 -05:00
  • 1700086f1a Enable colour logging for docker even if tty is not set Rapptz 2023-01-01 06:13:44 -05:00
  • 7863418ddb Fix AutoModRule.edit to work with actual snowflake types Rapptz 2022-12-30 01:58:33 -05:00
  • 887ddbb4b6 Fix implicit permission resolution for Thread Rapptz 2022-12-29 07:17:41 -05:00
  • 50e66d4072 Add delete_after to Interaction.edit_message Rapptz 2022-12-29 06:56:15 -05:00
  • 7cf3cd51a5 Revert "Infer select type from callback annotation Zephyrkul 2022-12-18 02:17:41 -08:00
  • b671958e11 Infer select type from callback annotation Zephyrkul 2022-12-14 18:59:16 -08:00
  • bdeccaf106 Add Locale.indonesian Rapptz 2022-12-14 19:22:49 -05:00
  • a72fc7416c Allow empty strings to be in Embed.to_dict Soheab_ 2022-12-15 01:11:12 +01:00
  • 4adfde1a7b Fix missing word in persistent view example Abe Hanoka 2022-12-14 19:09:45 -05:00
  • af655c1027 [Crowdin] Updated translation files github-actions[bot] 2022-12-14 19:08:53 -05:00
  • 9b6753f3b4 Add VocalGuildChannel.slowmode_delay rdrescher909 2022-12-14 19:08:30 -05:00
  • cc3b987229 Fix AutoModTrigger ignoring allow_list with type keyword rdrescher909 2022-12-14 19:07:32 -05:00
  • 039d588447 Add ForumChannel.get_thread rdrescher909 2022-12-14 19:06:37 -05:00
  • 799e3c5bf0 Fix Status.invisible description wording rdrescher909 2022-12-02 19:44:29 -05:00
  • ec9089cf0a Add intents to example Marble 2022-12-03 05:43:26 +05:00
  • c0dfdf1bef Add autocomplete warning about user input rdrescher909 2022-12-02 06:10:03 -05:00
  • da317ad84b [commands] Respect ignore_extra for FlagConverter kw-only parameters Rapptz 2022-11-29 18:09:47 -05:00
  • a098867a4d Fix certain parameters not being respected in Guild.create_forum Rapptz 2022-11-27 23:51:52 -05:00
  • 4122bef8ee Fix async iterators requesting past their bounds Eta 2022-11-27 00:43:24 -06:00
  • 324dfe0163 Add tasks.loop examples using time parameter rdrescher909 2022-11-26 14:10:32 -05:00
  • 66d85007b7 Uppercase color codes in the docs Guddi 2022-11-21 07:16:01 +01:00
  • 50078087e5 [commands] Fix variance issues in Bot.add_cog with List[Snowflake] Alex Nørgaard 2022-11-21 06:15:18 +00:00
  • 436d0849d9 Fix UI Kit description typo rdrescher909 2022-11-17 21:36:12 -05:00
  • f61f7411df Add setter method for ChannelSelect.channel_types cibere 2022-11-17 02:46:09 -08:00
  • 029ed6c46d Version bump for development Varun J 2022-11-16 21:58:38 +05:30
  • 24bdb44d54 Version bump for development Rapptz 2022-11-12 14:48:26 -05:00
  • 24b61a71c1 Version bump to v2.1.0 v2.1.0 Rapptz 2022-11-12 14:47:24 -05:00
  • 6c4b6dc999 Update changelog Rapptz 2022-11-12 14:45:16 -05:00
  • 55f272f6e7 Document UserFlags.active_developer Rapptz 2022-11-10 23:47:52 -05:00