aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [commands] None default without specified type uses str now.Rapptz2016-01-061-1/+1
* Unavailable guilds get added to cache.Rapptz2016-01-062-4/+2
* Remove excessive logging when using voice.Rapptz2016-01-061-2/+0
* Add Member.permissions_in.Rapptz2016-01-061-0/+16
* Update README to use Python 3.5.Rapptz2016-01-061-21/+13
* Examples now use Python 3.5. Remove echo.py example.Rapptz2016-01-068-80/+61
* [commands] Add CommandNotFound error.Rapptz2016-01-053-11/+22
* Add basic example bot showcasing the commands ext module.Rapptz2016-01-051-0/+51
* [commands] Add a way to remove commands.Rapptz2016-01-041-0/+19
* Use setuputils.find_package to find extension modules.Rapptz2016-01-041-2/+2
* Documentation improvements on using check decorator.Rapptz2016-01-041-2/+32
* Add missing import in commands core.Rapptz2016-01-041-0/+2
* Update license of files to 2016.Rapptz2016-01-0422-23/+23
* Initial implementation of commands extension module.Rapptz2016-01-047-0/+1069
* Revert "Use super() in classes that could be subclassed."Rapptz2016-01-043-3/+0
* Use super() in classes that could be subclassed.Rapptz2016-01-043-0/+3
* Change permissions to remove the can_ prefix.Rapptz2016-01-034-75/+78
* Document more breaking changes in migrating file.Rapptz2016-01-031-0/+52
* Remove print statement from bytes check.Rapptz2016-01-011-1/+0
* Implement compressed READYRapptz2016-01-011-1/+10
* Actually send the payload data in Client.create_serverRapptz2015-12-311-1/+12
* Fix issue with add_roles and friends not working.Rapptz2015-12-301-2/+2
* Add logs to help debug some voice data.Rapptz2015-12-301-0/+2
* Maintain order in role related functions.Rapptz2015-12-302-9/+21
* utils.get now supports nested attribute retrieval.Rapptz2015-12-301-3/+15
* Changed cache check to be the login endpoint itself.Rapptz2015-12-291-19/+5
* Fix indentation errorRapptz2015-12-291-1/+1