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
*
[commands] Fix a small typo in Context.invoke docs
ShashankKumarSaxena
2021-08-27
1
-1
/
+1
*
[commands][types] Type hint commands-ext
Josh
2021-08-19
1
-51
/
+98
*
Type up **kwargs of various methods
Nadir Chowdhury
2021-05-10
1
-1
/
+1
*
Fix various reference issues in documentation
Josh
2021-05-06
1
-2
/
+2
*
[commands] Add Context.current_parameter
Rapptz
2021-04-19
1
-0
/
+6
*
[commands] Fix missing `re` import in Context
Nadir Chowdhury
2021-04-15
1
-0
/
+1
*
[commands] Add `clean_prefix` attribute to commands.Context
MrKomodoDragon
2021-04-14
1
-0
/
+14
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+4
*
[commands] Use positional only parameter for Context.invoke
Rapptz
2021-04-04
1
-12
/
+2
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-2
/
+0
*
[docs] copy signature from overridden and inherited methods
Sebastian Law
2021-03-29
1
-2
/
+1
*
[commands] fix Context.channel property documented type
Sebastian Law
2021-03-13
1
-2
/
+2
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-1
/
+1
*
Fix NameError with invoked_parents
Nadir Chowdhury
2021-02-24
1
-0
/
+1
*
[commands] properly assign ctx.invoked_with with ctx.
Sebastian Law
2021-02-23
1
-1
/
+1
*
[commands] Add Context.invoked_parents
Sebastian Law
2021-02-23
1
-0
/
+11
*
[commands] Fix documented type of `Context.cog`
Jonas Bohmann
2021-01-24
1
-1
/
+1
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Implement discord.Message.reply
PikalaxALT
2020-11-26
1
-0
/
+5
*
Implement VoiceProtocol lower level hooks.
Rapptz
2020-09-23
1
-1
/
+1
*
[commands] Add documentation for exceptions in Context.(re)invoke
SebbyLaw
2020-07-22
1
-0
/
+10
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-14
/
+18
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
[commands] Context.send_help properly sends to on_help_command_error
Rapptz
2020-01-18
1
-10
/
+22
*
Improve documentation
NCPlayz
2019-06-07
1
-3
/
+3
*
[commands] Better note for Command.invoke
Rapptz
2019-05-05
1
-6
/
+11
*
[commands] Fix Context.send_help to work with the copied HelpCommand
Rapptz
2019-04-29
1
-0
/
+2
*
Organise documentation
NCPlayz
2019-03-19
1
-3
/
+3
*
Fix documentation linking issue in Messageables and Context
Rapptz
2019-03-16
1
-5
/
+5
*
[commands] Rename it to Context.send_help for consistency.
Rapptz
2019-03-16
1
-2
/
+2
*
[commands] Add Context.show_help helper to use the HelpCommand set.
Rapptz
2019-03-16
1
-0
/
+67
*
Change superclass to subclass in some documentation
Kaeptm Blaubaer
2019-03-16
1
-3
/
+3
*
Rework entire cog system and partially document it and extensions.
Rapptz
2019-02-23
1
-3
/
+3
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Revert "Rework documentation to not duplicate inherited members."
Rapptz
2018-10-11
1
-3
/
+1
*
Rework documentation to not duplicate inherited members.
Rapptz
2018-10-03
1
-1
/
+3
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-3
/
+3
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-0
/
+1
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-1
/
+0
*
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
[next]