aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/converter.py
Commit message (Expand)AuthorAgeFilesLines
* [commands] Add GuildStickerConverterz03h2021-08-101-0/+41
* [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] Add ThreadConverterAlex Nørgaard2021-07-051-0/+40
* [commands] Fix guild channel converters to work in DMsRapptz2021-07-011-7/+8
* [commands] Add attr and parameter "argument" to BadInviteArgumentthetimtoy2021-06-271-1/+1
* [commands] Change EmojiConverter to use Client.get_emojiRapptz2021-06-121-5/+1
* Type up **kwargs of various methods Nadir Chowdhury2021-05-101-1/+1
* [commands] Add GuildChannelConvertersudosnok2021-05-071-11/+32
* Fix various reference issues in documentationJosh2021-05-061-1/+1
* [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
* Fix documentation for RoleConverterjack11422021-04-211-2/+2
* [commands] Add run_converters helper to call convertersRapptz2021-04-191-1/+176
* [commands] Add a converter for discord.ObjectNadir Chowdhury2021-04-161-0/+25
* Restrict snowflake regexes to 15-20 digitsNadir Chowdhury2021-04-161-6/+6
* [commands] Fix repr for GreedyJosh2021-04-101-0/+4
* [commands] Minimise code duplication in channel converters Nadir Chowdhury2021-04-101-117/+23
* [commands] Make `commands.Greedy` a `typing.Generic`James2021-04-101-20/+93
* [commands] Address incorrect use of subclass (from type perspective)Michael H2021-04-051-4/+5
* [commands] Add more type information to public API of convertersMichael H2021-04-051-18/+18
* Use covariant TypeVar for protocolMichael H2021-04-051-1/+1
* Use typing.Protocol instead of abc.ABCMetaJames2021-04-041-24/+34
* Modernize code to use f-stringsRapptz2021-04-041-8/+6
* [commands] Add missing versionadded on StoreChannelConverterRapptz2021-04-031-5/+7
* [commands] Add StoreChannelConverterDoggieLicc2021-04-031-0/+40
* Implement StageChannel and related methodsNadir Chowdhury2021-04-031-0/+41
* Add remove_markdown helper functionEdwin2021-03-281-1/+8
* Fix references to snowflakes being max 21 longNihaal Sangha2021-03-021-4/+4
* [commands] Add support for rgb function in ColourConverterRapptz2021-02-071-11/+58
* [commands] Add discord.Guild converter and GuildNotFound errorAlex Nørgaard2021-02-071-1/+28
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* [commands] Add PartialMessageConverterJosh2021-01-151-13/+35
* [commands] Added in missing channel linksBen Skerritt2020-12-071-1/+1
* [commands] Fetch user if an ID is passed and cache lookup fails.Rapptz2020-11-231-18/+29
* Fix error with templates not having access to member cache flags.Rapptz2020-11-211-2/+2
* [commands] Update MessageConverter link regexJonathan Feenstra2020-11-211-4/+3
* [commands] Lazily fetch members in discord.Member convertersRapptz2020-10-171-1/+46
* Fix and add documentationMichael2020-09-231-0/+1
* [commands] Add subclasses of BadArgument for convertersSimon Beal2020-09-041-16/+49
* [commands] Added ColorConverter aliasparafoxia2020-08-311-0/+5
* Document raises for Converter.convertJames2020-07-081-0/+8
* [commands] Raise TypeError when Optional is used with Greedy converterSebastian Law2020-06-281-0/+4
* Prepare for the discord.com domain renameRapptz2020-05-231-1/+1
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-1/+1
* [commands] Allow @ prefixed usernames in DM contexts for UserConverterHugo Woesthuis2020-01-201-2/+7
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* [commands] Fall back to using Message.mentions in convertersRapptz2019-07-101-2/+4