aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* [tasks] Improve typing parityNadir Chowdhury2021-08-271-61/+67
* [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
* Fix references in docsJosh2021-08-221-2/+2
* Make global log variable in modules privateRapptz2021-08-221-1/+1
* [commands] Make GroupMixin GenericJosh2021-08-211-10/+21
* [commands] De-indent after hook callRapptz2021-08-201-1/+1
* 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
* [commands] Return removed cog in Bot.remove_cogthetimtoy2021-08-181-1/+8
* [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
* [commands] Rename missing_perms to missing_permissionsIzhar Ahmad2021-06-281-8/+8
* remove repeat 'to' in Task.restart docNiumXp2021-06-271-1/+1
* [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
* [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
* [tasks] Replace None check with MISSING check in task loopJosh2021-05-151-2/+2
* [commands] Update command.parent and command.parents docsNextChai2021-05-151-4/+4
* [tasks] Type hint the tasks extensionJosh2021-05-121-65/+126
* [tasks] fix regular task loopsSebastian Law2021-05-101-1/+2
* Type up **kwargs of various methods Nadir Chowdhury2021-05-102-2/+2
* [tasks] Add support for explicit time parameterSebastian Law2021-05-091-27/+206
* [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
* [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