3366 Commits (e01d4a31eb508d9548a713104e0190f49cde6263)

Author SHA1 Message Date
Josh e01d4a31eb
Replace invariant container types with wider types where applicable 3 years ago
apple502j 3e77a7b29e
Forbid wait_until_ready inside setup_hook 3 years ago
Rapptz c77bbc4dcf Move with_counts parameter documentation where it belongs 3 years ago
Rapptz 5b8bcaff73 Validate and bind parent in Group.add_command 3 years ago
Rapptz 7c0a9e901d Fully initialise asyncio state in __aenter__ 3 years ago
Rapptz 575eacb1bf Change loop sentinel error to not use a tuple 3 years ago
Rapptz 1fba54ce97 Reword DeletedMessageReference docstring to be clearer 3 years ago
Rapptz 1192d842e1 Fix some type checker errors and remove some type ignores 3 years ago
Rapptz 6d75d2e937 Fix unnecessary type ignores in gateway 3 years ago
Rapptz 61577677cd Fix Guild.fetch_members limit parameter typing to be Optional 3 years ago
Rapptz caf1c6eae4 Fix overload in StoreChannel 3 years ago
Rapptz 446c502995 Change lowercase detection to work with CJK languages 3 years ago
Stocker fd5dea4e34
Update Permissions.stage_moderator 3 years ago
Rapptz 26457b6d50 Remove automatic defer behaviour from View and Modal 3 years ago
z03h e5461c73b6
[commands] Check if any base in a Cog is a subclass of Group 3 years ago
Rapptz 8ced1143e3 Change missing application ID error to be more descriptive 3 years ago
Rapptz 27dd986858 Forbid Choice annotations being used with autocomplete parameters 3 years ago
Rapptz 698d1e12a1 Add CommandTree.error decorator to set on_error dynamically 3 years ago
Rapptz 2bf612cd67 Fix Client.close erroring if done before proper async initialisation 3 years ago
Rapptz 20aa6f866d Fix CommandTree removal and getter overloads 3 years ago
Rapptz f015b59e43 Add CommandTree.walk_commands and Group.walk_commands 3 years ago
Rapptz 5bc085ebab Properly set root parent before copying a command's binding 3 years ago
ChesterWOV ca4db68686
Fix grammar issue for Message.add_reaction docs 3 years ago
Rapptz aa006f345a Add more special methods to Namespace for ease of use. 3 years ago
Rapptz f0a47f5a40 Allow single element Literal in app commands 3 years ago
Stanisław Jelnicki 47cb7d03ec
[commands] Type BotBase.help_command as Optional 3 years ago
ChrisJL 68dbf0f882
[commands] Fix message converter not inferring channel when missing 3 years ago
Narmy 3fd8f76c61
Add missing underscore in Modal refresh method 3 years ago
Rapptz 934ab4151a Mark state refresh methods as private with an underscore 3 years ago
Lilly Rose Berner 6dd8845e4f
Fix Guild.audit_logs order being reversed without oldest_first and after 3 years ago
Rapptz 9b77331603 Change loop sentinel to provide a more descriptive error message 3 years ago
Rapptz aa18e573c3 Mark MISSING as hashable to allow it to be used in dataclasses in 3.11 3 years ago
Rapptz abcec5da9d [tasks] Use the local timezone when comparing for the start time 3 years ago
HigherOrderLogic 3e70a4e798
Fix typo in add_cog doc 3 years ago
Rapptz c6ab67420e Remove Embed.Empty in favour of None 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
Rapptz 603681940f [tasks] Only correct for clock drift if an explicit time is given 3 years ago
Rapptz f2586e9fe7 [tasks] Handle imaginary or ambiguous times due to DST transitions 3 years ago
Josh a1c618215e
[commads] Change cog/extension load/unload methods to be async 3 years ago
Rapptz a339e01047 [tasks] Compare using full datetime rather than sole time 3 years ago
Rapptz 58ad146a4e Remove window re-assignment in gateway rate limiter 3 years ago
Rapptz c0890bfbc1 Remove unused View._expires_at private function 3 years ago
Rapptz 64c6639f4b [tasks] Handle loop functions running multiple times due to clock drift 3 years ago
Rapptz 9c61e10a55 Move all async object creation to a proper initialisation point 3 years ago
Rapptz 8d4f08a5e7 Fix AutoShardedClient to work with the new asyncio loop machinery 3 years ago
Rapptz 6a43d60acf [tasks] Refactor tasks to not store a time index state 3 years ago
Rapptz c02a3c0bb2 Add asynchronous context manager support for Client 3 years ago
Han Seung Min - 한승민 93af158b0c
Refactor loop code to allow usage of asyncio.run 3 years ago
Rapptz 5e9097179b Add CommandTree.copy_global_to method for quick development 3 years ago
Rapptz 3718192b9c Raise a TypeError if a non-View is passed to Webhook.send 3 years ago