Commit Graph

  • dad666651f Add ApplicationFlags.active Rapptz 2022-11-10 23:46:43 -05:00
  • 3d39f70d30 Add active developer flag Rapptz 2022-11-10 13:58:31 -05:00
  • cd6fd13a8f Add AutoModTrigger.__repr__ Rapptz 2022-11-06 07:21:41 -05:00
  • 84767ef840 Add AutoModTrigger.regex_patterns support Rapptz 2022-11-06 07:17:38 -05:00
  • e92a626662 Add Pycharm support to coloured logging Tom 2022-10-27 07:06:29 -07:00
  • 5009c83bc9 Implement New Select Types Trevor 2022-10-27 10:03:45 -04:00
  • 4c8ba635db Add delete_after into InteractionResponse.send_message Steve C 2022-10-26 04:30:57 -04:00
  • 7365dd1bd2 [commands] Allow delete_after in Context.send on ephemeral messages Steve C 2022-10-26 04:29:25 -04:00
  • d7b6a2ad12 Fix usage of single backticks to links and code-blocks Jonah Lawrence 2022-10-26 02:26:56 -06:00
  • 44c09c17b4 Remove leftover guild from scheduled_event_delete dispatch z03h 2022-10-26 01:26:11 -07:00
  • 403f5157bb Fix broken link for store removal gx1285 2022-10-26 17:25:34 +09:00
  • 01915fbc09 [tasks] Clarify Loop.stop interaction with before_loop rdrescher909 2022-10-19 21:36:05 -04:00
  • efd28fc1e0 Remove redundant VocalGuildChannel in GuildChannel Union RioghanDer2te 2022-10-19 04:05:36 +02:00
  • 3bca40352e Stop using deprecated set-output GH Actions command Jakub Kuczys 2022-10-14 04:45:46 +02:00
  • d0625154ed [commands] Add Cog.has_app_command_error_handler Julien Mauroy 2022-10-10 22:37:48 +02:00
  • 531795b23d [Crowdin] Updated translation files github-actions[bot] 2022-10-10 16:37:24 -04:00
  • ba2ad58017 Add default value to Guild.ban docs Willy 2022-10-08 02:11:01 -04:00
  • 8f19cfe729 [commands] Add missing description parameter to docs crayyy_zee 2022-10-06 02:59:42 +05:00
  • a592361f29 [Crowdin] Updated translation files github-actions[bot] 2022-10-03 20:08:01 -04:00
  • d2c6a32543 Type hint support for slices and __index__ in SequenceProxy Jakub Kuczys 2022-10-03 13:27:38 +02:00
  • c6decedf7b Add ForumChannel to Webhook's documentation Jakub Kuczys 2022-10-03 13:27:09 +02:00
  • 95b6bd8782 Add coro tag to docstrings that were missing it ster 2022-10-03 06:52:18 +09:00
  • dc34a8f1dc Add repr to the SequenceProxy Jakub Kuczys 2022-10-02 23:51:19 +02:00
  • c30a2f3ca0 Refactor certain f-strings and literals Omkaar 2022-10-03 03:20:56 +05:30
  • e3b5fbd9e6 Update Transformer.choices docs to mention limit Rayzeq 2022-10-01 09:18:26 +02:00
  • 7c218b3833 Fix migration guide docs for abc.PrivateChannel and cooldown() Jakub Kuczys 2022-10-01 09:16:01 +02:00
  • 6725f329b2 Set thread related perms in private channels to False Jakub Kuczys 2022-10-01 09:14:03 +02:00
  • 217662ca44 Fix detection of overridden binding error handler Rapptz 2022-09-27 23:50:06 -04:00
  • 7b595fb052 Fix docstring for create_invite Sebastian Law 2022-09-25 23:14:31 -07:00
  • a705546f0c Update Thread.message_count documentation Mega-JC 2022-09-26 08:12:41 +02:00
  • cd04f6ca41 Revert Group.on_error copy due to failing tests Rapptz 2022-09-24 01:43:28 -04:00
  • 6e5392c6e2 Fix Tree.on_error still being called when a bound error handler is set Rapptz 2022-09-24 01:22:03 -04:00
  • 6bec7e9d97 Fix detection of overriden Group.on_error and ensure they're copied Rapptz 2022-09-24 01:18:52 -04:00
  • 03d7a9a719 Fix typo in app_commands.ContextMenu docstring ow0x 2022-09-23 14:31:02 +05:30
  • c35ff4cfc6 [commands] Allow Greedy to potentially maintain state between calls Rapptz 2022-09-20 23:53:48 -04:00
  • 686071814b Add Forum.archived_threads z03h 2022-09-18 16:22:21 -07:00
  • 8aaeb6acfa Parse gateway URL as an actual URL using yarl Rapptz 2022-09-17 22:49:29 -04:00
  • 46d194df57 Fix passing None to ForumTag.emoji constructor Vioshim 2022-09-17 13:12:34 -05:00
  • e1961676a9 Fix import to appease mypy's import resolution Ryu Juheon 2022-09-18 03:11:50 +09:00
  • ce06beeb6c Fix permissions-based docstrings to be more consistent Steve C 2022-09-17 14:07:39 -04:00
  • a53b609e37 Fix ForumChannel annotation not working for app_commands Rapptz 2022-09-17 00:11:27 -04:00
  • b5dc9e54a0 Change VoiceProtocol user callbacks to be pos-only Jakub Kuczys 2022-09-16 01:30:43 +02:00
  • c854ee2978 Fix default_thread_slowmode_delay z03h 2022-09-15 16:29:21 -07:00
  • edfacb36cf [commands] Fix HybridCommandGroup._update_copy to update fallback Caleb 2022-09-12 14:31:08 -05:00
  • 6981eb69c4 Normalize type formatting in TypeError Ionite 2022-09-12 15:25:55 -04:00
  • 9398971705 [Crowdin] Updated translation files github-actions[bot] 2022-09-12 15:24:00 -04:00
  • 9971c2e09a [commands] Add __repr__ to Range Rapptz 2022-09-08 02:06:36 -04:00
  • 75fd49e6a1 [commands] fix Range to allow 3.10 Union syntax Varun J 2022-09-08 11:34:07 +05:30
  • 035dd812de Add note about renamed options in the Namespace Narmy 2022-09-07 14:04:03 +02:00
  • 1c163b66cd Fix stage_instances and guild_schedule_events clearing on GUILD_UPDATE Rapptz 2022-09-06 17:45:01 -04:00
  • 771476a8d8 Fix _errors key being visible in CommandSyncError in some cases Rapptz 2022-09-06 02:55:32 -04:00
  • 5cc6af5917 Fix CommandSyncFailure raising for other 400 error types Rapptz 2022-09-06 02:37:16 -04:00
  • e8f6b29a2d Update flags and applied tags on thread update Lilly Rose Berner 2022-09-04 16:42:19 +02:00
  • 9ed5fbecea [commands] Add support for NumPy style docstrings for commands Rapptz 2022-09-03 23:31:47 -04:00
  • 27b19ed582 Change error message for unbound callbacks in ContextMenu Rapptz 2022-09-03 22:02:02 -04:00
  • e04af033c0 Add applied_tags to ForumChannel.create_thread to match Thread.edit Evan J. Markowitz 2022-09-03 12:01:41 -04:00
  • c83134ab65 Add Interaction.translate method Soheab 2022-09-03 17:53:55 +02:00
  • df21c26195 Add support for toggling discoverable and invites_disabled features Josh 2022-09-04 01:51:21 +10:00
  • fdebe069a6 Change ForumTag.emoji to be optional Rapptz 2022-09-03 00:23:04 -04:00
  • aa0acf1d56 Add more options to Guild.create_forum Rapptz 2022-09-01 05:10:41 -04:00
  • 40b91f0e2a Remove TextChannel.default_thread_slowmode_delay Rapptz 2022-09-01 04:52:44 -04:00
  • ab265dcb7c Add support for newest ForumChannel changes Rapptz 2022-08-31 10:56:57 -04:00
  • bdda31307b [commands] Add GroupCog.group_extras to set Group.extras NextChai 2022-08-31 01:28:39 -04:00
  • 9ea6ee8887 Add support for ForumChannel annotations in app commands Rapptz 2022-08-30 05:09:50 -04:00
  • 6ab6b2cb96 [commands] Fix Context.from_interaction ignoring command_failed Rapptz 2022-08-30 05:08:11 -04:00
  • 7d1cb08c6d Remove buckets from webhook ratelimit warnings Rapptz 2022-08-30 00:48:27 -04:00
  • 3af6b9a1e9 Fix unescaped period in webhook regex Nihaal Sangha 2022-08-30 05:53:28 +01:00
  • 2d180489ce Fix KeyError constructing groups when no module is present Lilly Rose Berner 2022-08-30 06:53:05 +02:00
  • 64744a4938 [commands] Add missing attributetable to classes Puncher 2022-08-30 06:50:59 +02:00
  • ee59d9651a Add missing attributetable to classes Puncher 2022-08-30 06:50:40 +02:00
  • 896513b3ac Clarify some documentation in Guild features Puncher 2022-08-30 06:50:17 +02:00
  • 0981f122af Add overloads to utils.sleep_until Josh 2022-08-28 16:08:38 +10:00
  • c2f9e0be43 Add additional audit log types for automod Josh 2022-08-28 16:08:05 +10:00
  • 3588793965 Fix utils.time_snowflake link in migrating.rst Steve C 2022-08-28 02:07:18 -04:00
  • e57617e157 Add support for delete_message_seconds ban argument Josh 2022-08-28 16:06:57 +10:00
  • 2e37e47e38 Fix autocomplete documentation to mention it only passes strings Rapptz 2022-08-28 02:01:29 -04:00
  • 8ab4d25d40 Version bump for development Rapptz 2022-08-27 19:52:46 -04:00
  • cb587f67ba Version bump to v2.0.1 v2.0.1 Rapptz 2022-08-27 19:47:48 -04:00
  • 58193d18c5 Add changelogs for v2.0.1 Rapptz 2022-08-27 19:47:06 -04:00
  • e62473a1b4 Fix incorrect docs in select menu min_values chawkk6404 2022-08-27 00:09:03 -07:00
  • 7c1dffbf9d Use importlib.metadata instead of pkg_resources Rapptz 2022-08-26 12:00:46 -04:00
  • b92fd65707 Document app_commands.Choice limits Rapptz 2022-08-26 11:59:12 -04:00
  • 9237106ee3 Add v2 changelog entry to point to migrating page Rapptz 2022-08-23 02:34:24 -04:00
  • f5e3074886 Update version guarantees Rapptz 2022-08-22 15:23:23 -04:00
  • b12b4b18fd Mark public callbacks as positional-only Bryan Forbes 2022-08-22 14:21:19 -05:00
  • 01bb7ecb79 [commands] Add support for types.Union to Greedy Josh 2022-08-22 08:26:32 +10:00
  • 6a6e261523 [tasks] Add missing decorator sign Puncher 2022-08-22 00:26:16 +02:00
  • 45f32a0ff3 [commands] Add missing decorator signs Puncher 2022-08-22 00:25:59 +02:00
  • 354d4bace4 Add missing decorator signs for interaction documentation Puncher 2022-08-22 00:25:31 +02:00
  • 507975e56d Replace references to Python 3.6 with 3.8 in README kittenswolf 2022-08-20 17:58:29 +02:00
  • 5fe54b3ae6 Remove __slots__ from abc protocols Rapptz 2022-08-19 19:09:51 -04:00
  • 641dcf61a5 [commands] Fix incorrect docs in dynamic_cooldown Bobby-McBobface 2022-08-19 20:15:14 +00:00
  • 59677c6738 Fix CommandTree.on_error not triggering if interaction_check raises Rapptz 2022-08-18 21:10:10 -04:00
  • 6327402730 Update View timeout only if interaction_check passes Rapptz 2022-08-18 18:55:50 -04:00
  • 5c7f6dd37e Clarify when None is returned from Member.edit Rapptz 2022-08-18 09:52:28 -04:00
  • bc00bc495e Document attachment:// URI more prominently in Embed docs Rapptz 2022-08-18 09:50:16 -04:00
  • 38ec8cfb0e Add FUNDING.yml Rapptz 2022-08-18 09:40:28 -04:00
  • 03dbd7a01d Fix cchardet being installed on Python >=3.10 Rapptz 2022-08-18 09:39:25 -04:00
  • 4abea7bafa Version bump for development Rapptz 2022-08-17 23:30:19 -04:00
  • 575af0ff51 Version bump to v2.0.0 v2.0.0 Rapptz 2022-08-17 23:28:51 -04:00