index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
ext
/
commands
/
converter.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[commands] Add GuildStickerConverter
z03h
2021-08-10
1
-0
/
+41
*
[commands] fix incorrect typings in ThreadConverter
Alex Nørgaard
2021-07-21
1
-3
/
+4
*
[commands] Fix (Partial)MessageConverter to work with thread messages
Nadir Chowdhury
2021-07-10
1
-3
/
+13
*
[commands] Get guild_id from message link for message converters
Rapptz
2021-07-09
1
-8
/
+28
*
[commands] update clean_content to work when standalone
z03h
2021-07-07
1
-50
/
+43
*
[commands] Add ThreadConverter
Alex Nørgaard
2021-07-05
1
-0
/
+40
*
[commands] Fix guild channel converters to work in DMs
Rapptz
2021-07-01
1
-7
/
+8
*
[commands] Add attr and parameter "argument" to BadInviteArgument
thetimtoy
2021-06-27
1
-1
/
+1
*
[commands] Change EmojiConverter to use Client.get_emoji
Rapptz
2021-06-12
1
-5
/
+1
*
Type up **kwargs of various methods
Nadir Chowdhury
2021-05-10
1
-1
/
+1
*
[commands] Add GuildChannelConverter
sudosnok
2021-05-07
1
-11
/
+32
*
Fix various reference issues in documentation
Josh
2021-05-06
1
-1
/
+1
*
[commands] Fix Generics causing other typing converters to fail
Rapptz
2021-04-30
1
-3
/
+14
*
[commands] Fix Generic subcalsses used as a converter
Rapptz
2021-04-29
1
-0
/
+4
*
Fix documentation for RoleConverter
jack1142
2021-04-21
1
-2
/
+2
*
[commands] Add run_converters helper to call converters
Rapptz
2021-04-19
1
-1
/
+176
*
[commands] Add a converter for discord.Object
Nadir Chowdhury
2021-04-16
1
-0
/
+25
*
Restrict snowflake regexes to 15-20 digits
Nadir Chowdhury
2021-04-16
1
-6
/
+6
*
[commands] Fix repr for Greedy
Josh
2021-04-10
1
-0
/
+4
*
[commands] Minimise code duplication in channel converters
Nadir Chowdhury
2021-04-10
1
-117
/
+23
*
[commands] Make `commands.Greedy` a `typing.Generic`
James
2021-04-10
1
-20
/
+93
*
[commands] Address incorrect use of subclass (from type perspective)
Michael H
2021-04-05
1
-4
/
+5
*
[commands] Add more type information to public API of converters
Michael H
2021-04-05
1
-18
/
+18
*
Use covariant TypeVar for protocol
Michael H
2021-04-05
1
-1
/
+1
*
Use typing.Protocol instead of abc.ABCMeta
James
2021-04-04
1
-24
/
+34
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-8
/
+6
*
[commands] Add missing versionadded on StoreChannelConverter
Rapptz
2021-04-03
1
-5
/
+7
*
[commands] Add StoreChannelConverter
DoggieLicc
2021-04-03
1
-0
/
+40
*
Implement StageChannel and related methods
Nadir Chowdhury
2021-04-03
1
-0
/
+41
*
Add remove_markdown helper function
Edwin
2021-03-28
1
-1
/
+8
*
Fix references to snowflakes being max 21 long
Nihaal Sangha
2021-03-02
1
-4
/
+4
*
[commands] Add support for rgb function in ColourConverter
Rapptz
2021-02-07
1
-11
/
+58
*
[commands] Add discord.Guild converter and GuildNotFound error
Alex Nørgaard
2021-02-07
1
-1
/
+28
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
[commands] Add PartialMessageConverter
Josh
2021-01-15
1
-13
/
+35
*
[commands] Added in missing channel links
Ben Skerritt
2020-12-07
1
-1
/
+1
*
[commands] Fetch user if an ID is passed and cache lookup fails.
Rapptz
2020-11-23
1
-18
/
+29
*
Fix error with templates not having access to member cache flags.
Rapptz
2020-11-21
1
-2
/
+2
*
[commands] Update MessageConverter link regex
Jonathan Feenstra
2020-11-21
1
-4
/
+3
*
[commands] Lazily fetch members in discord.Member converters
Rapptz
2020-10-17
1
-1
/
+46
*
Fix and add documentation
Michael
2020-09-23
1
-0
/
+1
*
[commands] Add subclasses of BadArgument for converters
Simon Beal
2020-09-04
1
-16
/
+49
*
[commands] Added ColorConverter alias
parafoxia
2020-08-31
1
-0
/
+5
*
Document raises for Converter.convert
James
2020-07-08
1
-0
/
+8
*
[commands] Raise TypeError when Optional is used with Greedy converter
Sebastian Law
2020-06-28
1
-0
/
+4
*
Prepare for the discord.com domain rename
Rapptz
2020-05-23
1
-1
/
+1
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-1
/
+1
*
[commands] Allow @ prefixed usernames in DM contexts for UserConverter
Hugo Woesthuis
2020-01-20
1
-2
/
+7
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
[commands] Fall back to using Message.mentions in converters
Rapptz
2019-07-10
1
-2
/
+4
[next]