Commit Graph
17 Commits
Author SHA1 Message Date
Jakub Kuczys 3270121c80 Use iscoroutinefunction from inspect instead of asyncio on 3.12+ 2026-04-14 14:46:19 -04:00
Jakub Kuczys f0195a5ffb Remove datetime.utcnow() use (deprecated since 3.12) 2026-04-14 12:37:51 -04:00
Jakub Kuczys 02b819cd0b Update ruff configuration to exclude docs/tests formatting 2026-04-14 12:31:59 -04:00
Jakub Kuczys 108e9abb52 Avoid AttributeError on AutoShardedClient.close() call before async setup 2026-03-04 16:01:50 -05:00
Jakub Kuczys 91281f23a0 Add Set Voice Channel Status permission 2025-08-24 19:59:10 -04:00
Jakub Kuczys 19f02c40b3 Document message types that can have a default message reference 2025-02-24 05:03:24 -05:00
Jakub Kuczys aeab0d48fd Fix stacklevel for Message.interaction deprecation warning 2024-08-28 16:15:58 -04:00
Jakub Kuczys f1a19f2f21 Remove entry that is yet to be released from 2.3.2 changelog 2024-04-18 03:36:33 -04:00
Jakub Kuczys ca0b444047 Document the change in behaviour of bool(flag_obj) 2023-05-13 14:13:55 -04:00
Jakub Kuczys 16f1760dd0 Document user_limit argument in StageChannel.edit() 2023-05-07 09:22:38 -04:00
Jakub Kuczys 3bca40352e Stop using deprecated set-output GH Actions command 2022-10-13 22:45:46 -04:00
Jakub Kuczys d2c6a32543 Type hint support for slices and __index__ in SequenceProxy 2022-10-03 07:27:38 -04:00
Jakub Kuczys c6decedf7b Add ForumChannel to Webhook's documentation 2022-10-03 07:27:09 -04:00
Jakub Kuczys dc34a8f1dc Add repr to the SequenceProxy 2022-10-02 17:51:19 -04:00
Jakub Kuczys 7c218b3833 Fix migration guide docs for abc.PrivateChannel and cooldown()
* Move PrivateChannel ABC change to proper subsection in migration guide
* Add change to the accepted callables in cooldown() to migration guide
2022-10-01 03:16:01 -04:00
Jakub Kuczys 6725f329b2 Set thread related perms in private channels to False 2022-10-01 03:14:03 -04:00
Jakub Kuczys b5dc9e54a0 Change VoiceProtocol user callbacks to be pos-only 2022-09-15 19:30:43 -04:00