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 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
*
Switch IDs to use int instead of str
Rapptz
2017-01-03
1
-4
/
+4
*
[commands] Default converters now take in IDs to match against.
Rapptz
2016-09-09
1
-10
/
+17
*
[commands] Add missing inspect import in converter.py
Rapptz
2016-08-04
1
-0
/
+1
*
[commands] Add custom emoji converter.
Khazhismel
2016-07-31
1
-0
/
+31
*
[commands] Fix error in converters in a private message context.
Rapptz
2016-07-02
1
-3
/
+11
*
[commands] Port special cased discord converters to commands.Converter
Rapptz
2016-06-22
1
-0
/
+155