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] 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
*
[commands] Only show CommandNotFound on non-empty commands.
Rapptz
2016-06-14
1
-1
/
+1
*
[commands] Fix @everyone elevation in the default help command.
Rapptz
2016-06-10
1
-2
/
+14
*
[commands] Fix issue with proper local error handlers not beign called.
Rapptz
2016-06-10
1
-1
/
+1
*
[commands] Unify Command.handle_local_error into general dispatcher.
Rapptz
2016-06-05
1
-2
/
+1
*
[commands] Fix bug where Context.command would not update.
Rapptz
2016-06-04
1
-1
/
+0
*
[commands] Dispatch command_error on command exec error.
Khazhismel Kumykov
2016-06-04
1
-3
/
+29
*
[commands] Delete frame objects when done using them.
Rapptz
2016-05-31
1
-3
/
+7
*
[commands] Add support for self-bots.
Rapptz
2016-05-31
1
-2
/
+8
*
[commands] Fix when_mentioned when handling nicknames.
Rapptz
2016-05-01
1
-1
/
+4
*
Begin working on gateway v4 support.
Rapptz
2016-04-27
1
-1
/
+1
*
[commands] Add deterministic cog unloading.
Rapptz
2016-04-04
1
-0
/
+10
*
[commands] Don't yield from inside bot utility functions.
Rapptz
2016-03-31
1
-14
/
+5
*
[commands] Add when_mentioned_or helper to have mentions and prefixes.
Rapptz
2016-03-05
1
-0
/
+21
*
[commands] Fix typo in Bot.upload docstring.
Rapptz
2016-03-02
1
-1
/
+1
*
[commands] Do not swallow AttributeErrors raised by the setup function
Rapptz
2016-02-24
1
-4
/
+3
*
[commands] Helper functions now take *args and **kwargs.
Rapptz
2016-02-18
1
-30
/
+24
*
[commands] Allow setting the bot error messages in the help command.
Rapptz
2016-01-23
1
-4
/
+15
*
[commands] Add Bot.help_attrs to customise the help command.
Rapptz
2016-01-23
1
-2
/
+15
*
[commands] Change Bot.pm_help to be an optional bool.
Rapptz
2016-01-23
1
-4
/
+14
*
[commands] Add on_command and on_command_completion events.
Rapptz
2016-01-14
1
-1
/
+4
*
[commands] Fix issue where Bot would raise if not given a description.
Rapptz
2016-01-14
1
-1
/
+1
*
[commands] Cleanup descriptions being passed.
Rapptz
2016-01-13
1
-1
/
+1
*
Proper exception chaining.
Rapptz
2016-01-13
1
-2
/
+2
*
[commands] Fix handling of nested subcommand help handling.
Rapptz
2016-01-12
1
-5
/
+15
*
[commands] Support invoking the help command with a cog name.
Rapptz
2016-01-12
1
-1
/
+14
*
[commands] Initial implementation of help command.
Rapptz
2016-01-11
1
-2
/
+47
*
[commands] Proper cleanup of cogs.
Rapptz
2016-01-10
1
-1
/
+3
*
[commands] Add basic support for extensions.
Rapptz
2016-01-09
1
-1
/
+52
*
[commands] Inject the internal variables for bot.say & co explicitly.
Rapptz
2016-01-09
1
-13
/
+16
*
[commands] Add support for cogs.
Rapptz
2016-01-09
1
-4
/
+106
*
[commands] Add support for registering more than one event listener.
Rapptz
2016-01-08
1
-0
/
+93
*
[commands] Change prefix callback signature and add when_mentioned.
Rapptz
2016-01-08
1
-4
/
+10
*
[commands] Allow registration of multiple command prefixes.
Rapptz
2016-01-07
1
-3
/
+17
*
[commands] Don't skip whitespace if the command trigger is found.
Rapptz
2016-01-06
1
-1
/
+1
*
[commands] Add CommandNotFound error.
Rapptz
2016-01-05
1
-9
/
+13
*
Initial implementation of commands extension module.
Rapptz
2016-01-04
1
-0
/
+221