aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* [commands] Add support for typing.Union to FlagsJosh2021-04-251-5/+11
* [commands] Fix regression with Union converters not workingRapptz2021-04-241-1/+3
* [commands] Disallow complicated Literal typesRapptz2021-04-241-0/+3
* [commands] Fix Literal converter not working within flagsRapptz2021-04-241-0/+4
* [commands] Add FlagConverter.__iter__Rapptz2021-04-241-0/+13
* [commands] Fix _HelpCommandImpl.clean_params popitemStella2021-04-231-2/+2
* [commands] Fix flag detection code in get_flagsRapptz2021-04-231-3/+3
* Fix documentation for RoleConverterjack11422021-04-211-2/+2
* [commands] Set constructible FlagConverter flags to not be requiredJosh2021-04-211-0/+3
* [commands] Allow FlagCommand subclasses to inherit optionsJosh2021-04-211-6/+20
* [commands] Add support for aliasing to FlagConverterJosh2021-04-211-4/+47
* Fix typo within `HelpCommand.verify_checks` documentationKino2021-04-211-1/+1
* [commands] Avoid creating unnecessary flag mapping copiesRapptz2021-04-201-2/+2
* [commands] Default construct flags if they're not passed as parametersRapptz2021-04-202-0/+18
* [commands] Actually expose the FlagError base errorRapptz2021-04-191-0/+1