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
/
bot.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct ClientException message raised in invocation hooks.
MusicOnline
2018-09-20
1
-2
/
+2
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-4
/
+4
*
[commands] Prepend mention prefixes in commands.when_mentioned_or
zephyrkul
2018-08-28
1
-1
/
+1
*
Bot.unload_extension: don't remove commands from no module
Ben Mintz
2018-08-22
1
-0
/
+2
*
[lint] Remove unnecessary lambdas
Hornwitser
2018-08-22
1
-1
/
+1
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-1
/
+1
*
[commands] Ignore bots from Bot.process_commands by default.
Rapptz
2018-08-22
1
-1
/
+7
*
[commands] Change command_prefix behaviour
Hornwitser
2018-06-29
1
-17
/
+53
*
Fix Bot.get_prefix second parameter breaking.
Rapptz
2018-06-10
1
-1
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-42
/
+30
*
[commands] Add ability to have case insensitive commands.
Rapptz
2018-03-06
1
-0
/
+4
*
Add intersphinx
Tobotimus
2018-01-06
1
-9
/
+9
*
[commands] Fix minor spelling mistake
S Stewart
2017-11-20
1
-1
/
+1
*
[commands] Fix NameError when given an invalid prefix.
Rapptz
2017-09-12
1
-1
/
+1
*
[commands] Raise when an invalid prefix is given.
Rapptz
2017-08-15
1
-5
/
+18
*
[commands] Remove support for pass_context=False in Command.
Rapptz
2017-07-18
1
-1
/
+0
*
First pass at commands narrative documentation.
Rapptz
2017-07-08
1
-2
/
+2
*
[commands] unload cog submodules
khazhyk
2017-07-07
1
-0
/
+3
*
[commands] fix unloading incorrect cogs
khazhyk
2017-07-03
1
-3
/
+6
*
[commands] clean up remove_cog documentation
khazhyk
2017-07-03
1
-3
/
+2
*
[commands] Improve commands.when_mentioned_or documentation.
Rapptz
2017-07-01
1
-2
/
+19
*
[commands] Add Bot.check_once for a global check that is called once.
Rapptz
2017-06-20
1
-11
/
+74
*
[commands] Fix cog error detection in the default global error handler.
Rapptz
2017-06-13
1
-1
/
+1
*
[commands] Don't display default error handler if a cog local exists.
Rapptz
2017-06-12
1
-2
/
+8
*
[commands] Add docstrings for extension loading.
Rapptz
2017-06-05
1
-0
/
+42
*
Use Python3Lexer instead of PythonLexer for pygments.
Rapptz
2017-05-22
1
-4
/
+4
*
[commands] Fix Context.command_failed from being incorrect.
Rapptz
2017-05-18
1
-1
/
+0
*
First pass at documentation reform.
Rapptz
2017-05-12
1
-43
/
+46
*
[commands] Fix default error handler to work with the switch.
Rapptz
2017-05-10
1
-1
/
+1
*
[commands] Re-order error handler arguments.
Rapptz
2017-05-10
1
-2
/
+2
*
[commands] Fix lack of space in when_mentioned
Rapptz
2017-04-24
1
-1
/
+1
*
[commands] Make when_mentioned always have both mention formats.
Rapptz
2017-04-24
1
-5
/
+2
*
[commands] Allow loading cogs from folders.
Rapptz
2017-04-21
1
-8
/
+9
*
[commands] Add is_owner check and Bot.is_owner.
Rapptz
2017-03-27
1
-0
/
+25
*
[commands] Add BotBase.get_cog_commands to get all a cog's commands.
Rapptz
2017-03-21
1
-0
/
+25
*
[commands] Change GroupMixin.commands to all_commands
Rapptz
2017-03-21
1
-5
/
+5
*
[commands] Register cog listeners with the name of the attribute.
Rapptz
2017-02-22
1
-1
/
+1
*
Implement async checks. Fixes #380.
Rapptz
2017-02-12
1
-6
/
+10
*
[commands] Implement before and after invoke command hooks.
Rapptz
2017-01-27
1
-0
/
+67
*
[commands] Add Context.command_failed attribute.
Rapptz
2017-01-27
1
-0
/
+1
*
[commands] Rename __check to __global_check for cogs.
Rapptz
2017-01-26
1
-3
/
+3
*
[commands] Allow customising the Context class in get_context.
Rapptz
2017-01-26
1
-3
/
+9
*
Optimise attribute access when dispatching.
Rapptz
2017-01-25
1
-16
/
+3
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
[commands] Guarantee that local error handler is called before generic.
Rapptz
2017-01-15
1
-1
/
+1
*
[commands] Split process_commands into lower level bits.
Rapptz
2017-01-14
1
-49
/
+93
*
[commands] Make Command a descriptor for #426.
Rapptz
2017-01-13
1
-2
/
+0
*
[commands] Add AutoShardedBot counterpart to AutoShardedClient.
Rapptz
2017-01-08
1
-61
/
+69
*
[commands] Fix help command from not working with recent changes.
Rapptz
2017-01-03
1
-5
/
+5
*
[commands] Remove send_ utility functions.
Rapptz
2017-01-03
1
-177
/
+0
[next]