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
*
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
*
Improve documentation
NCPlayz
2019-06-07
1
-13
/
+13
*
[commands] Fix MessageConverter not inheriting from Converter
Rapptz
2019-04-29
1
-1
/
+1
*
Consistent use of __all__ to prevent merge conflicts.
Rapptz
2019-04-20
1
-5
/
+18
*
[commands] Add new MessageConverter to commands prose page.
Rapptz
2019-04-17
1
-4
/
+6
*
[commands] Add MessageConverter to fetch messages by URL or ID.
retke
2019-04-17
1
-1
/
+36
*
[commands] Support callables in Greedy converter
Rapptz
2019-04-13
1
-1
/
+1
*
Add helpers to escape markdown and mentions from text.
Rapptz
2019-04-06
1
-6
/
+2
*
[commands] Raise BadArgument in ColourConverter when using from_hsv/rgb
Rapptz
2019-04-06
1
-2
/
+3
*
Only escape characters as necessary in clean_content
CapnS
2019-04-06
1
-10
/
+5
*
Redesign asset retrieval in the library.
NCPlayz
2019-04-06
1
-1
/
+2
*
[commands] ColourConverter raises if value is out of range
Joshua B
2019-03-19
1
-0
/
+2
*
Expose Metadata
NCPlayz
2019-03-19
1
-2
/
+2
*
Organise documentation
NCPlayz
2019-03-19
1
-7
/
+4
*
[commands] Allow passing of typing.Union into Greedy. Fix #1951
Rapptz
2019-03-03
1
-1
/
+1
*
[commands] Allow Converter instances in Greedy. Fix #1939.
Rapptz
2019-02-27
1
-2
/
+2
*
commands.clean_content: escape || spoilers ||
Benjamin Mintz
2019-02-06
1
-1
/
+1
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
[commands] Remove message being required from Role/Member converters.
Dice
2018-12-14
1
-3
/
+2
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-1
/
+2
*
[lint] Rename exception variables to exc
Hornwitser
2018-11-24
1
-2
/
+2
*
[commands] Fix NameError in clean_content converter
Rapptz
2018-09-25
1
-1
/
+1
*
Change internal role storage in Guild to a dict instead of a list.
Rapptz
2018-09-24
1
-4
/
+7
*
[commands] Add commands.Greedy converter and documentation.
Rapptz
2018-09-24
1
-1
/
+24
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-5
/
+5
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-2
/
+0
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-27
/
+14
*
Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter
Gorialis
2018-01-06
1
-2
/
+21
*
Add intersphinx
Tobotimus
2018-01-06
1
-3
/
+3
*
Add support for animated emoji to commands ext EmojiConverter
Joshua Butt
2017-12-22
1
-1
/
+1
*
[commands] Add CategoryChannelConverter
Rapptz
2017-09-13
1
-1
/
+42
[next]