aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [commands] Initial support for FlagConverterRapptz2021-04-191-0/+1
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-2/+2
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* [commands] Redesign HelpFormatter into HelpCommandRapptz2019-03-151-1/+1
* Rework entire cog system and partially document it and extensions.Rapptz2019-02-231-0/+1
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [commands] Export cooldown classes as well.Rapptz2017-08-271-1/+1
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* [commands] Add AutoShardedBot counterpart to AutoShardedClient.Rapptz2017-01-081-1/+1
* [commands] Implement a command cooldown system.Rapptz2016-07-221-0/+1
* [commands] Refactor pagination into its own class.Rapptz2016-07-051-1/+1
* [commands] Port special cased discord converters to commands.ConverterRapptz2016-06-221-0/+1
* [commands] Add when_mentioned_or helper to have mentions and prefixes.Rapptz2016-03-051-1/+1
* [commands] Initial implementation of help command.Rapptz2016-01-111-0/+1
* [commands] Change prefix callback signature and add when_mentioned.Rapptz2016-01-081-1/+1
* Initial implementation of commands extension module.Rapptz2016-01-041-0/+16