196 Commits (e64d8b71bda0e2b573e0daba2beb484e34f07cee)

Author SHA1 Message Date
Soheab a2a228105b
Fix various TypeDicts for Unpack 9 months ago
Rapptz 44a44e938f Reformat entire project with ruff instead of black 11 months ago
Soheab 983a9b8f94
Use Unpack where it's possible 11 months ago
Rapptz 8953938a53 Update Pyright to v1.1.394 1 year ago
Danny 2e2f51fd5c
First pass at supporting user apps 2 years ago
Rapptz e414d0fe04 [commands] Change default Bot.owner_ids to consider team roles 3 years ago
Alex Nørgaard 50078087e5
[commands] Fix variance issues in Bot.add_cog with List[Snowflake] 4 years ago
ster 95b6bd8782
Add coro tag to docstrings that were missing it 4 years ago
Ionite 6981eb69c4
Normalize type formatting in TypeError 4 years ago
Rapptz 54ee383585 [commands] Add warning if Intent.message_content is not enabled 4 years ago
Rapptz 2d586ae805 Add initial support for app command localisation 4 years ago
will d0a52f4276
Fix typo and capitalizations in docs 4 years ago
Rapptz 53685b9b86 Change stderr prints to use the logging module instead 4 years ago
James Hilton-Balfe 5d1b63bfee
[docs] Add async with documentation for Client 4 years ago
Josh c9f777c873
Fix type annotations to adhere to latest pyright release 4 years ago
xCirno 6901907b69
[commands] Add seealso directive in functions referencing checks 4 years ago
Rapptz ccc737eb07 [commands] Add support for with_app_command in hybrid commands 4 years ago
Michael H d0667d08e3
[commands] Fix typing of check/check_any 4 years ago
Rapptz f4c5d37c8f [commands] Rework Cog + Group inheritance to requite GroupCog 4 years ago
Rapptz 242d3f7ab7 [commands] Add Bot.hybrid_group and Bot.hybrid_command decorators 4 years ago
Rapptz 840eb577d4 [commands] Add initial implementation of hybrid commands 4 years ago
Rapptz 76cc2c2272 Require passing intents to Client and its subclasses 4 years ago
Rapptz 994660faad [commands] Fix unknown generic type in tree_cls 4 years ago
Rapptz 29668c51ae [commands] Revert back to older help command implementation 4 years ago
Bryan Forbes 06c257760b
Update types to use Awaitable where possible 4 years ago
Jonah Lawrence caac97c0d1
Allow empty iterables as a command_prefix 4 years ago
I. Ahmad ae1979d17a
[commands] Add note for command tree in Bot's docstring 4 years ago
Josh 2d1cbacc58
[commands] Add tree_cls to Bot constructor 4 years ago
Bryan Forbes 062f4d6f87
Change some methods to use positional-only marker 4 years ago
Stocker eca4727593
[commands] Add missing and fix existing type annotations 4 years ago
jack1142 6dc314628e
Make guild and guilds args in Bot.remove_cog() keyword-only 4 years ago
Stanisław Jelnicki 47cb7d03ec
[commands] Type BotBase.help_command as Optional 4 years ago
HigherOrderLogic 3e70a4e798
Fix typo in add_cog doc 4 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 4 years ago
Josh a1c618215e
[commads] Change cog/extension load/unload methods to be async 4 years ago
Rapptz 0ef369c0fa [commands] Automatically unload top level app commands in extensions 4 years ago
Rapptz d68f2db7cb [commands] Always respect guild IDs passed to cog adding and removal 4 years ago
Rapptz 446bfa78b0 [commands] Allow Cog and app_commands interopability 4 years ago
Alex Nørgaard bfaee44b1f
[commands] Fix types for Bot.is_owner 4 years ago
Josh 147948af9b
Use typing.Self throughout library 4 years ago
Josh 39c5a4fdc3
Fix type-errors in commands extension 4 years ago
Rapptz 88b520b5ab Reformat code using black 4 years ago
Josh 4dbe1af32f
Update sphinx and fix documentation issues 4 years ago
jack1142 dc19c6c7d5
Add positional-only arguments in more places 4 years ago
Willy fa5a2188bb
Copy docs from Client.close() to Bot.close() 5 years ago
Josh f3cb197429
[commands][types] Type hint commands-ext 5 years ago
thetimtoy c4ee9dcafa
[commands] Return removed cog in Bot.remove_cog 5 years ago
Rapptz f56543df15 [commands] Remove function call indirection when checking author 5 years ago
Tari 36cf3c94b4
[commands] Remove Bot.self_bot 5 years ago
Josh 3864fb37a0
Fix various reference issues in documentation 5 years ago