aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move Member.permissions_in to User.permissions_in.Rapptz2016-01-212-16/+16
* Update the unavailable guild's data when it becomes available.Rapptz2016-01-211-3/+4
* Change docstring for Client.send_message to point to a valid property.Rapptz2016-01-181-1/+1
* Unit correction in voice docstrings.Rapptz2016-01-181-2/+2
* Remove unneeded owner_id assignment.Rapptz2016-01-181-2/+0
* Support upcoming guild ownership transfership change.Rapptz2016-01-181-4/+3
* Update voice channel if we move to different channels.Rapptz2016-01-171-0/+4
* [commands] help command now uses the full name in the signature.Rapptz2016-01-171-3/+19
* [commands] Fix indentation error in commands.bot_has_role docstring.Rapptz2016-01-161-2/+3
* Raise a different exception if ffmpeg is not found in PATH.Rapptz2016-01-161-0/+2
* [commands] Add checks for checking bot roles and permissions.Rapptz2016-01-151-2/+38
* Use Queue instead of LifoQueue in LogsFromIterator.Rapptz2016-01-151-1/+1
* Fix IndexError in Client.move_member.Rapptz2016-01-151-1/+1
* Client.invites_from now returns a list instead of a generator.Rapptz2016-01-141-13/+12
* Add support for `async for` in Client.logs_from.Rapptz2016-01-142-33/+118
* [commands] Add on_command and on_command_completion events.Rapptz2016-01-141-1/+4
* Documentation fixes for Permissions related code.Rapptz2016-01-143-11/+11
* [commands] Change behaviour of consume rest to be more useful.Rapptz2016-01-141-7/+22
* [commands] Fix issue where Bot would raise if not given a description.Rapptz2016-01-141-1/+1
* [commands] Cleanup descriptions being passed.Rapptz2016-01-132-2/+2
* Proper exception chaining.Rapptz2016-01-133-7/+7
* Guild member add will include deaf and mute now, do not provide default valuesKhazhismel2016-01-121-1/+1
* Change member constructor to not rely on order of json data objectKhazhismel2016-01-121-7/+7
* Basic bot example now shows documenting for the built-in help command.Rapptz2016-01-121-5/+19
* [commands] Fix handling of nested subcommand help handling.Rapptz2016-01-121-5/+15
* [commands] Fix keyword-only case to actually do conversion.Rapptz2016-01-121-6/+11
* [commands] Support invoking the help command with a cog name.Rapptz2016-01-122-12/+43
* [commands] Initial implementation of help command.Rapptz2016-01-114-8/+377
* Handle cases where people put False-like values for game presences.Rapptz2016-01-113-6/+6
* Change internal update functions to have a leading underscore.Rapptz2016-01-115-9/+9
* [commands] Add Command.cog_name to get the cog name it belongs to.Rapptz2016-01-111-1/+7
* [commands] Add Command.clean_params to have nicer params.Rapptz2016-01-101-0/+18
* [commands] Remove all aliases if the main command is being deleted.Rapptz2016-01-101-1/+9
* Fix Client.remove_roles to actually remove roles.Rapptz2016-01-101-2/+5
* [commands] Strip arguments before searching for special cases.Rapptz2016-01-101-3/+4
* [commands] Proper cleanup of cogs.Rapptz2016-01-101-1/+3
* [commands] Add Group.invoke_without_command.Rapptz2016-01-101-10/+35
* Attempt to satisfy RTD by using sphinxcontrib.napoleon.Rapptz2016-01-102-3/+14
* Add a Whats New page to have a nicer changelog.Rapptz2016-01-092-0/+72
* [commands] Add basic support for extensions.Rapptz2016-01-092-1/+58
* [commands] Inject the internal variables for bot.say & co explicitly.Rapptz2016-01-092-19/+36
* [commands] Add local error handlers.Rapptz2016-01-091-0/+37
* [commands] Propagate invoked_with to subcommands.Rapptz2016-01-091-0/+1
* [commands] Add support for cogs.Rapptz2016-01-092-6/+128
* Update README to only point to async installation.Rapptz2016-01-081-16/+2
* [commands] Add support for registering more than one event listener.Rapptz2016-01-081-0/+93
* [commands] Change prefix callback signature and add when_mentioned.Rapptz2016-01-082-5/+11
* Change order of documentation by source declaration.Rapptz2016-01-082-178/+180
* Fix conflicts with __slots__ and the new properties under Server.Rapptz2016-01-081-1/+1
* Document the breaking change with the new dictionary storage change.Rapptz2016-01-083-4/+41