This website requires JavaScript.
Explore
Help
Register
Sign In
matthew
/
enhanced-discord.py
Watch
1
Star
0
Fork
0
You've already forked enhanced-discord.py
Code
Issues
4
Pull Requests
21
Projects
Releases
Wiki
Activity
enhanced-discord.py
/
discord
/
ext
/
commands
History
Will Tekulve
174016c918
[commands] Fix infinite recursion on subgroups without a command.
...
Just as an FYI, ctx.invoked_subcommand will end up being an instance of commands.Group!
2016-03-31 05:34:51 -04:00
..
__init__.py
[commands] Add when_mentioned_or helper to have mentions and prefixes.
2016-03-05 20:10:11 -05:00
bot.py
[commands] Add when_mentioned_or helper to have mentions and prefixes.
2016-03-05 20:10:11 -05:00
context.py
[commands] Context.invoke will now return what the command returns.
2016-01-28 16:44:16 -05:00
core.py
[commands] Fix infinite recursion on subgroups without a command.
2016-03-31 05:34:51 -04:00
errors.py
[commands] Add a way to enable or disable certain commands.
2016-01-07 17:59:26 -05:00
formatter.py
[commands] Fix crash when a group has no commands and help is requested
2016-01-30 20:29:58 -05:00
view.py
Initial implementation of commands extension module.
2016-01-04 22:22:52 -05:00