This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
discord.py
Watch
1
Star
0
Fork
0
You've already forked discord.py
mirror of
https://github.com/Rapptz/discord.py.git
synced
2025-05-09 23:39:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
discord.py
/
discord
/
ext
/
commands
History
Rapptz
4d71b3fe7d
[commands] Do not lower-case the function name for default command names
...
There are some badlets out there that apparently violate PEP-8.
2016-07-01 22:12:57 -04:00
..
__init__.py
[commands] Port special cased discord converters to commands.Converter
2016-06-22 20:05:37 -04:00
bot.py
[commands] Add the concept of global checks.
2016-06-19 22:15:11 -04:00
context.py
[commands] Add Context.cog property.
2016-06-16 05:42:28 -04:00
converter.py
[commands] Port special cased discord converters to commands.Converter
2016-06-22 20:05:37 -04:00
core.py
[commands] Do not lower-case the function name for default command names
2016-07-01 22:12:57 -04:00
errors.py
[commands] Add Command.ignore_extra attribute to ignore extra arguments
2016-06-20 21:38:17 -04:00
formatter.py
[commands] Add Command.qualified_name to get the full command name.
2016-06-04 22:31:00 -04:00
view.py
Initial implementation of commands extension module.
2016-01-04 22:22:52 -05:00