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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[commands] Make Command a descriptor for #426.
Rapptz
2017-02-11
2
-2
/
+5
*
[commands] Better support for retrieving children commands.
Rapptz
2017-02-06
1
-2
/
+25
*
[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] Properly propagate CommandError derived exceptions.
Rapptz
2016-12-17
1
-0
/
+2
*
[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] Run global checks in help formatter.
khazhyk
2016-12-16
1
-1
/
+1
*
[commands] Remove slots on Context.
Rapptz
2016-11-22
1
-3
/
+0
*
[commands] Fix mistake in Paginator error message.
Max Kamps
2016-10-03
1
-1
/
+1
*
[commands] Fix Paginator still allowing lines which are too long.
Max Kamps
2016-10-03
1
-1
/
+1
*
[commands] Raise exception if Paginator gets a line that is too big.
Rapptz
2016-09-26
1
-0
/
+11
*
[commands] Allow coroutine functions in Bot.command_prefix
Rapptz
2016-09-17
1
-3
/
+8
*
[commands] Default converters now take in IDs to match against.
Rapptz
2016-09-09
1
-10
/
+17
*
[commands] Cooldowns don't trigger due to user usage error.
Rapptz
2016-09-08
1
-11
/
+9
*
[commands] Added a method to reset command cooldown.
Dan Hess
2016-09-08
2
-0
/
+17
*
[commands] Delete module when it does not have a setup function.
Rapptz
2016-08-10
1
-0
/
+2
*
[commands] Add missing inspect import in converter.py
Rapptz
2016-08-04
1
-0
/
+1
*
[commands] Add custom emoji converter.
Khazhismel
2016-07-31
1
-0
/
+31
*
[commands] Make HelpFormatter ignore hidden commands for max_width.
PapyrusThePlant
2016-07-30
1
-1
/
+1
*
[commands] Fix cooldown decorator to work regardless of order.
Rapptz
2016-07-22
1
-1
/
+1
*
[commands] Implement a command cooldown system.
Rapptz
2016-07-22
4
-3
/
+193
*
[commands] Add UserInputError into the exception hierarchy.
Rapptz
2016-07-21
1
-8
/
+18
*
[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] Refactor pagination into its own class.
Rapptz
2016-07-05
2
-49
/
+71
*
[commands] Fix error in converters in a private message context.
Rapptz
2016-07-02
2
-11
/
+11
*
[commands] Do not lower-case the function name for default command names
Rapptz
2016-07-01
1
-2
/
+2
*
[commands] Make GroupMixin.remove_command return None.
Rapptz
2016-06-30
1
-0
/
+5
*
[commands] Fix error where consume rest would not work.
Rapptz
2016-06-23
1
-1
/
+1
*
[commands] Fix bug that made functions stop working as converters.
Rapptz
2016-06-23
1
-1
/
+1
*
[commands] Port special cased discord converters to commands.Converter
Rapptz
2016-06-22
3
-116
/
+163
*
[commands] Add commands.Converter base for converts with context.
Rapptz
2016-06-22
1
-5
/
+38
*
[commands] Add Command.ignore_extra attribute to ignore extra arguments
Rapptz
2016-06-20
2
-3
/
+20
*
[commands] Add the concept of global checks.
Rapptz
2016-06-19
2
-2
/
+90
*
[commands] Add `delete_after` keyword argument to utility functions.
Rapptz
2016-06-19
1
-4
/
+82
*
[commands] Add Context.cog property.
Rapptz
2016-06-16
1
-0
/
+7
*
[commands] Only show CommandNotFound on non-empty commands.
Rapptz
2016-06-14
1
-1
/
+1
*
[commands] Make the CommandError required argument optional again.
Rapptz
2016-06-10
1
-4
/
+7
*
[commands] Fix @everyone elevation in the default help command.
Rapptz
2016-06-10
1
-2
/
+14
*
[commands] Fix bug with Context.command not updating in groups.
Rapptz
2016-06-10
1
-0
/
+1
*
[commands] Make it so CommandError does not contain @everyone mentions.
Rapptz
2016-06-10
1
-1
/
+5
*
[commands] Exceptions raised while invocation raise CommandInvokeError.
Rapptz
2016-06-10
2
-2
/
+15
*
[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
2
-9
/
+11
*
[commands] Add Command.qualified_name to get the full command name.
Rapptz
2016-06-04
2
-16
/
+36
*
[commands] Fix bug where Context.command would not update.
Rapptz
2016-06-04
2
-1
/
+2
*
[commands] Fix bug where subgroups would be repeatedly called.
Rapptz
2016-06-04
1
-2
/
+6
[next]