aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands
Commit message (Collapse)AuthorAgeFilesLines
* [commands] Fix a small typo in Context.invoke docsShashankKumarSaxena2021-08-271-1/+1
|
* Use MISSING instead of None for HelpCommand.contextRapptz2021-08-251-1/+1
| | | | It's basically just late-init
* Fix references in docsJosh2021-08-221-2/+2
|
* [commands] Make GroupMixin GenericJosh2021-08-211-10/+21
|
* [commands] De-indent after hook callRapptz2021-08-201-1/+1
| | | | Close #7412
* Copy docs from Client.close() to Bot.close()Willy2021-08-201-0/+1
|
* [commands] reset view when Optional argument encounters parsing errorSebastian Law2021-08-191-1/+8
|
* [commands][types] Type hint commands-extJosh2021-08-196-312/+636
|
* [commands] Typehinted errors.pyStocker2021-08-181-102/+117
|
* Fix missing or broken versionadded in docstringsAkshuAgarwal2021-08-181-0/+8
| | | This also documents BadFlagArgument.flag
* [commands] Return removed cog in Bot.remove_cogthetimtoy2021-08-181-1/+8
| | | The method now returns the removed cog, if it exists.
* [commands] Document / type-hint cooldownJosh2021-08-102-58/+133
|
* [commands] Add GuildStickerConverterz03h2021-08-102-0/+58
|
* [commands] fix bot_has_role and is_nsfw for threadsz03h2021-07-301-7/+5
|
* [commands] Check for ctx.guild instead of abc.GuildChannelRapptz2021-07-281-2/+2
|
* Fixes minor grammatical error in Command.update Stocker2021-07-281-1/+1
|
* [commands] Remove unused copy import in Cogthetimtoy2021-07-211-1/+0
|
* [commands] fix incorrect typings in ThreadConverterAlex Nørgaard2021-07-211-3/+4
|
* [commands] Fix (Partial)MessageConverter to work with thread messagesNadir Chowdhury2021-07-101-3/+13
|
* [commands] Get guild_id from message link for message convertersRapptz2021-07-091-8/+28
|
* [commands] update clean_content to work when standalonez03h2021-07-071-50/+43
|
* [commands] Document the thread converterToxicKidz2021-07-071-1/+1
|
* [commands] Add ThreadConverterAlex Nørgaard2021-07-052-0/+57
|
* [commands] Remove window reassignment when tokens reach 0Rapptz2021-07-041-5/+0
|
* [commands] Add back CommandOnCooldown.typeRapptz2021-07-023-4/+11
|
* [commands] Mention that dynamic_cooldown callable can return NoneRapptz2021-07-021-3/+4
|
* [commands] Fix guild channel converters to work in DMsRapptz2021-07-011-7/+8
| | | | Fix #7147
* [commands] Rename missing_perms to missing_permissionsIzhar Ahmad2021-06-281-8/+8
|
* [commands] Add attr and parameter "argument" to BadInviteArgumentthetimtoy2021-06-272-3/+4
|
* [commands] Change EmojiConverter to use Client.get_emojiRapptz2021-06-121-5/+1
|
* [commands] Unwrap functions to get their module and globalnsRapptz2021-06-011-4/+22
| | | | Fixes #7002
* [commands] Add Command.extrasMichael H2021-05-291-0/+9
|
* [commands] Remove function call indirection when checking authorRapptz2021-05-251-2/+1
|
* [commands] Remove Bot.self_botTari2021-05-251-9/+1
|
* [commands] Add BadColorArgument to __all__ Tari2021-05-161-0/+1
|
* [commands] Update command.parent and command.parents docsNextChai2021-05-151-4/+4
| | | * Switch root_parent from command to group
* Type up **kwargs of various methods Nadir Chowdhury2021-05-102-2/+2
|
* [commands] Fix a minor grammar error in MaxConcurrencyReachedJay33322021-05-071-1/+1
|
* [commands] Add GuildChannelConvertersudosnok2021-05-071-11/+32
|
* Fix various reference issues in documentationJosh2021-05-067-19/+18
| | | | Co-Authored-By: Riley Shaw <[email protected]>
* [commands] Remove Flag related delimiter and prefix errorRapptz2021-04-301-3/+0
|
* [commands] Fix Generics causing other typing converters to failRapptz2021-04-301-3/+14
|
* [commands] Fix Generic subcalsses used as a converterRapptz2021-04-291-0/+4
|
* Add utils.MISSINGNadir Chowdhury2021-04-291-9/+1
|
* Split annotation resolution to discord.utilsRapptz2021-04-272-98/+3
|
* [commands] Disallow float/complex in Literal but allow NoneRapptz2021-04-271-1/+1
| | | | Type checkers (both mypy and pydantic) apparently don't like it
* [commands] Add support for typing.Union to FlagsJosh2021-04-251-5/+11
|
* [commands] Fix regression with Union converters not workingRapptz2021-04-241-1/+3
| | | | This was due to the Literal restriction from earlier.
* [commands] Disallow complicated Literal typesRapptz2021-04-241-0/+3
|
* [commands] Fix Literal converter not working within flagsRapptz2021-04-241-0/+4
|