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
Rapptz
6f173cc095
[commands] Add
delete_after
keyword argument to utility functions.
...
This includes things like `Bot.say`, `Bot.upload`, `Bot.whisper`, and `Bot.reply`.
2016-06-19 19:43:49 -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
delete_after
keyword argument to utility functions.
2016-06-19 19:43:49 -04:00
context.py
[commands] Add Context.cog property.
2016-06-16 05:42:28 -04:00
core.py
[commands] Fix bug with Context.command not updating in groups.
2016-06-10 21:05:42 -04:00
errors.py
[commands] Make the CommandError required argument optional again.
2016-06-10 23:50: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