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
*
[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
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-3
/
+3
*
[commands] Bot skip check now works with the new __eq__ changes.
Rapptz
2017-01-03
1
-2
/
+5
*
[commands] Bugfix on the teardown function call.
PapyrusThePlant
2017-01-01
1
-1
/
+1
*
Properly propagate loop. Fixes #420.
Rapptz
2016-12-21
1
-1
/
+1
*
[commands] Shield against dictionary resize in Bot.close
Rapptz
2016-12-17
1
-2
/
+2
*
[commands] Unload all cogs when gracefully exiting bot.
Rapptz
2016-12-17
1
-0
/
+6
*
[commands] Add special extension function 'teardown' for clean-up.
Rapptz
2016-12-17
1
-4
/
+14
*
[commands] Unload all extensions when gracefully closing bot.
Rapptz
2016-12-17
1
-0
/
+10
*
[commands] Allow coroutine functions in Bot.command_prefix
Rapptz
2016-09-17
1
-3
/
+8
*
[commands] Delete module when it does not have a setup function.
Rapptz
2016-08-10
1
-0
/
+2
*
[commands] Make Bot.check decorator an actual decorator.
Rapptz
2016-07-08
1
-6
/
+4
*
[commands] Added missing parenthesis in examples
PapyrusThePlant
2016-07-08
1
-8
/
+8
*
[commands] Add the concept of global checks.
Rapptz
2016-06-19
1
-1
/
+86
*
[commands] Add `delete_after` keyword argument to utility functions.
Rapptz
2016-06-19
1
-4
/
+82
[next]