aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/converter.py
Commit message (Expand)AuthorAgeFilesLines
* [commands] Add commands.clean_content converter.Rapptz2017-02-131-1/+61
* [commands] Allow converters to be instantiated.Rapptz2017-02-131-3/+5
* [commands] Fix converters returning the wrong types when an ID is passedRapptz2017-01-311-2/+2
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* [commands] Change UserConverter to actually work with User, not Member.Rapptz2017-01-141-1/+27
* [commands] First pass in making commands ext work again.Rapptz2017-01-031-7/+37
* Rename Server to Guild everywhere.Rapptz2017-01-031-25/+25
* Switch IDs to use int instead of strRapptz2017-01-031-4/+4
* [commands] Default converters now take in IDs to match against.Rapptz2016-09-091-10/+17
* [commands] Add missing inspect import in converter.pyRapptz2016-08-041-0/+1
* [commands] Add custom emoji converter.Khazhismel2016-07-311-0/+31
* [commands] Fix error in converters in a private message context.Rapptz2016-07-021-3/+11
* [commands] Port special cased discord converters to commands.ConverterRapptz2016-06-221-0/+155