aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Document how Client.run should be the last function to call.Rapptz2016-01-082-0/+14
* document public get_ methods and make others privateSteven Berler2016-01-083-44/+50
* performance improvementsSteven Berler2016-01-084-74/+120
* [commands] Add a way to enable or disable certain commands.Rapptz2016-01-072-7/+39
* [commands] Special handling for when the converter is bool.Rapptz2016-01-071-0/+12
* [commands] Allow registration of multiple command prefixes.Rapptz2016-01-072-4/+22
* Fix handling of embed-only MESSAGE_UPDATE.Rapptz2016-01-071-1/+6
* Add Message.nonce attribute.Rapptz2016-01-072-3/+8
* Change the way MESSAGE_UPDATE events are handled.Rapptz2016-01-071-11/+1
* Add missing roles attribute to Server.__slots__Rapptz2016-01-071-1/+1
* Add missing documentation for discord.GameRapptz2016-01-071-0/+6
* Documentation fixes to quiet Sphinx warnings.Rapptz2016-01-074-7/+8
* Document the fact that data classes use __slots__.Rapptz2016-01-071-0/+9
* Add __slots__ for missing classes that didn't have it.Rapptz2016-01-063-5/+36
* [commands] Don't skip whitespace if the command trigger is found.Rapptz2016-01-061-1/+1