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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[commands] Fix indentation error in commands.bot_has_role docstring.
Rapptz
2016-01-16
1
-2
/
+3
*
Raise a different exception if ffmpeg is not found in PATH.
Rapptz
2016-01-16
1
-0
/
+2
*
[commands] Add checks for checking bot roles and permissions.
Rapptz
2016-01-15
1
-2
/
+38
*
Use Queue instead of LifoQueue in LogsFromIterator.
Rapptz
2016-01-15
1
-1
/
+1
*
Fix IndexError in Client.move_member.
Rapptz
2016-01-15
1
-1
/
+1
*
Client.invites_from now returns a list instead of a generator.
Rapptz
2016-01-14
1
-13
/
+12
*
Add support for `async for` in Client.logs_from.
Rapptz
2016-01-14
2
-33
/
+118
*
[commands] Add on_command and on_command_completion events.
Rapptz
2016-01-14
1
-1
/
+4
*
Documentation fixes for Permissions related code.
Rapptz
2016-01-14
2
-10
/
+10
*
[commands] Change behaviour of consume rest to be more useful.
Rapptz
2016-01-14
1
-7
/
+22
*
[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
2
-2
/
+2
*
Proper exception chaining.
Rapptz
2016-01-13
3
-7
/
+7
*
Guild member add will include deaf and mute now, do not provide default values
Khazhismel
2016-01-12
1
-1
/
+1
*
Change member constructor to not rely on order of json data object
Khazhismel
2016-01-12
1
-7
/
+7
*
[commands] Fix handling of nested subcommand help handling.
Rapptz
2016-01-12
1
-5
/
+15
*
[commands] Fix keyword-only case to actually do conversion.
Rapptz
2016-01-12
1
-6
/
+11
*
[commands] Support invoking the help command with a cog name.
Rapptz
2016-01-12
2
-12
/
+43
*
[commands] Initial implementation of help command.
Rapptz
2016-01-11
4
-8
/
+377
*
Handle cases where people put False-like values for game presences.
Rapptz
2016-01-11
3
-6
/
+6
*
Change internal update functions to have a leading underscore.
Rapptz
2016-01-11
5
-9
/
+9
*
[commands] Add Command.cog_name to get the cog name it belongs to.
Rapptz
2016-01-11
1
-1
/
+7
*
[commands] Add Command.clean_params to have nicer params.
Rapptz
2016-01-10
1
-0
/
+18
*
[commands] Remove all aliases if the main command is being deleted.
Rapptz
2016-01-10
1
-1
/
+9
*
Fix Client.remove_roles to actually remove roles.
Rapptz
2016-01-10
1
-2
/
+5
*
[commands] Strip arguments before searching for special cases.
Rapptz
2016-01-10
1
-3
/
+4
*
[commands] Proper cleanup of cogs.
Rapptz
2016-01-10
1
-1
/
+3
*
[commands] Add Group.invoke_without_command.
Rapptz
2016-01-10
1
-10
/
+35
*
[commands] Add basic support for extensions.
Rapptz
2016-01-09
2
-1
/
+58
*
[commands] Inject the internal variables for bot.say & co explicitly.
Rapptz
2016-01-09
2
-19
/
+36
*
[commands] Add local error handlers.
Rapptz
2016-01-09
1
-0
/
+37
*
[commands] Propagate invoked_with to subcommands.
Rapptz
2016-01-09
1
-0
/
+1
*
[commands] Add support for cogs.
Rapptz
2016-01-09
2
-6
/
+128
*
[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
2
-5
/
+11
*
Change order of documentation by source declaration.
Rapptz
2016-01-08
1
-178
/
+178
*
Fix conflicts with __slots__ and the new properties under Server.
Rapptz
2016-01-08
1
-1
/
+1
*
Document the breaking change with the new dictionary storage change.
Rapptz
2016-01-08
2
-4
/
+4
*
Document how Client.run should be the last function to call.
Rapptz
2016-01-08
1
-0
/
+7
*
document public get_ methods and make others private
Steven Berler
2016-01-08
3
-44
/
+50
*
performance improvements
Steven Berler
2016-01-08
4
-74
/
+120
*
[commands] Add a way to enable or disable certain commands.
Rapptz
2016-01-07
2
-7
/
+39
*
[commands] Special handling for when the converter is bool.
Rapptz
2016-01-07
1
-0
/
+12
*
[commands] Allow registration of multiple command prefixes.
Rapptz
2016-01-07
2
-4
/
+22
*
Fix handling of embed-only MESSAGE_UPDATE.
Rapptz
2016-01-07
1
-1
/
+6
*
Add Message.nonce attribute.
Rapptz
2016-01-07
2
-3
/
+8
*
Change the way MESSAGE_UPDATE events are handled.
Rapptz
2016-01-07
1
-11
/
+1
*
Add missing roles attribute to Server.__slots__
Rapptz
2016-01-07
1
-1
/
+1
*
Documentation fixes to quiet Sphinx warnings.
Rapptz
2016-01-07
2
-4
/
+4
*
Add __slots__ for missing classes that didn't have it.
Rapptz
2016-01-06
3
-5
/
+36
[next]