index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
ext
/
commands
/
context.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-8
/
+5
*
Add intersphinx
Tobotimus
2018-01-06
1
-6
/
+6
*
[commands] Restart the StringView properly in Context.reinvoke.
Rapptz
2017-07-18
1
-1
/
+3
*
[commands] Remove support for pass_context=False in Command.
Rapptz
2017-07-18
1
-4
/
+2
*
[commands] Do not take up 'command' keyword-argument in Context.invoke.
Rapptz
2017-06-27
1
-3
/
+12
*
[commands] Add Context.reinvoke and Command.root_parent
Rapptz
2017-05-19
1
-0
/
+53
*
[commands] Fix Context.command_failed from being incorrect.
Rapptz
2017-05-18
1
-1
/
+1
*
First pass at documentation reform.
Rapptz
2017-05-12
1
-5
/
+5
*
[commands] Add Context.voice_client shortcut.
Rapptz
2017-04-24
1
-0
/
+6
*
[commands] Add Context.me property.
Rapptz
2017-03-01
1
-0
/
+5
*
[commands] Add Context.command_failed attribute.
Rapptz
2017-01-27
1
-7
/
+11
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Remove _get_guild_id from Messageable ABC.
Rapptz
2017-01-14
1
-4
/
+0
*
[commands] Split process_commands into lower level bits.
Rapptz
2017-01-14
1
-0
/
+5
*
Change Messageable channel getter to be a coroutine.
Rapptz
2017-01-03
1
-0
/
+1
*
Rename MessageChannel abc to Messageable.
Rapptz
2017-01-03
1
-11
/
+8
*
[commands] First pass in making commands ext work again.
Rapptz
2017-01-03
1
-1
/
+31
*
[commands] Remove slots on Context.
Rapptz
2016-11-22
1
-3
/
+0
*
[commands] Add Context.cog property.
Rapptz
2016-06-16
1
-0
/
+7
*
[commands] Context.invoke will now return what the command returns.
Rapptz
2016-01-28
1
-1
/
+2
*
[commands] Context.invoke just invokes a command with no special case.
Rapptz
2016-01-28
1
-5
/
+33
*
[commands] Allow registration of multiple command prefixes.
Rapptz
2016-01-07
1
-1
/
+5
*
Initial implementation of commands extension module.
Rapptz
2016-01-04
1
-0
/
+84