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
*
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
*
[commands] Ensure no mentions escape clean_content
Rapptz
2017-08-10
1
-10
/
+2
*
[commands] Fix clean_content converter not properly escaping mentions.
Rapptz
2017-08-10
1
-24
/
+29
*
[commands] Add escape_markdown parameter for clean_content.
Rapptz
2017-05-28
1
-1
/
+16
*
[commands] Fix EmojiConverter not working with underscore names.
Rapptz
2017-05-26
1
-3
/
+3
*
First pass at documentation reform.
Rapptz
2017-05-12
1
-8
/
+105
*
[commands] Converter.convert is always a coroutine.
Rapptz
2017-05-10
1
-69
/
+80
*
[commands] Bot.get_all_emojis no longer exists.
Rapptz
2017-04-12
1
-2
/
+2
*
[commands] Export missing built-in converters.
Rapptz
2017-04-12
1
-1
/
+1
*
[commands] Fix User converter not working with IDs.
Rapptz
2017-03-27
1
-1
/
+1
*
[commands] Add commands.clean_content converter.
Rapptz
2017-02-13
1
-1
/
+61
*
[commands] Allow converters to be instantiated.
Rapptz
2017-02-13
1
-3
/
+5
*
[commands] Fix converters returning the wrong types when an ID is passed
Rapptz
2017-01-31
1
-2
/
+2
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
[commands] Change UserConverter to actually work with User, not Member.
Rapptz
2017-01-14
1
-1
/
+27
*
[commands] First pass in making commands ext work again.
Rapptz
2017-01-03
1
-7
/
+37
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-25
/
+25
[next]