aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [commands] Fix broken handling of keyword only parameters.Rapptz2018-07-211-1/+1
* [commands] Fix typing.Union converters for 3.7Rapptz2018-07-201-12/+17
* [commands] Add documentation for BadUnionArgumentRapptz2018-07-201-0/+3
* Bump websockets to 6.0 for 3.7 compatibility.Rapptz2018-07-201-1/+1
* [commands] Make ConversionError have the original error as an attributeRapptz2018-07-202-2/+6
* [commands] Add support for typing.Union as a converterRapptz2018-07-202-5/+55
* Make TextChannel.create_webhook name parameter mandatory.Rapptz2018-07-202-10/+7
* Fix crashing with wonky TYPING_START events.Rapptz2018-07-201-1/+1
* Revert "Ensure gif avatar urls end in `.gif`"khazhyk2018-07-201-4/+1
* [commands] raise ConversionError on Converter errorkhazhyk2018-07-203-26/+47
* [docs] discord/client: remove reference to async_eventbmintz2018-07-191-9/+2
* Remove remaining asyncio.coroutine calls.bmintz2018-07-052-11/+2
* Store guild, unavailable tuple in ready as wellkhazhyk2018-06-301-1/+1
* Fix __aiter__ compatibility with 3.7.Rapptz2018-06-291-1/+1
* Change jump_to_url to jump_url and fix format.Rapptz2018-06-291-2/+2
* don't drop guild_available/join before readykhazhyk2018-06-291-5/+23
* [commands] Change command_prefix behaviourHornwitser2018-06-291-17/+53
* docs/mimgrating.rst: CPython 3.5.2 is not supported!Ben Mintz2018-06-213-3/+3
* Fix typo in Permissions.is_subset/is_supersetHornwitser2018-06-211-2/+2
* Fix case insensitive command removalHarmon2018-06-211-0/+3
* Bump Sphinx to 1.7.4Rapptz2018-06-211-1/+1
* Fix Bot.get_prefix second parameter breaking.Rapptz2018-06-101-1/+1
* Disable compression for websockets.Rapptz2018-06-102-3/+3
* Fix NameError for typing context manager.Rapptz2018-06-101-1/+1
* Remove dead package references.Rapptz2018-06-108-9/+7
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-1035-1069/+626
* Add Message.jump_to_urlRapptz2018-06-101-0/+6
* Remove emojis from cache if they're removed from a guild.Rapptz2018-05-191-0/+2
* Fixes various documentation errors/inconsistenciesSteve C2018-05-189-37/+59
* abc.GuildChannel.set_permissions can raise NotFound.Rapptz2018-05-181-0/+2
* Document user parameter in Guild.get_banRapptz2018-05-081-0/+5
* Add support for getting individual ban entriesslice2018-05-072-0/+33
* Filter null mentions when creating a Message.Rapptz2018-04-201-1/+1
* Change raw events to use slotted data models instead of parameters.Rapptz2018-04-143-59/+233
* Downgrade websockets due to bugs.Rapptz2018-04-091-1/+1
* Userbots do not have a DM cache cap limit.Rapptz2018-04-021-1/+1
* Actually fix the order in Guild.by_category.Rapptz2018-03-311-2/+2
* Flip comparison in Guild.by_category.Rapptz2018-03-311-1/+1
* Force RTD to pip install rather than use setup.py installWill Tekulve2018-03-251-0/+11
* Correct docstring for GameMitchell Ferree2018-03-251-1/+1
* Improve basic_voice exampleDaniel2018-03-251-30/+34
* Sort voice channels below text channels in Guild.by_categoryRapptz2018-03-251-1/+1
* [commands] Don't handle single quotes.Rapptz2018-03-201-2/+0
* Fix Webhook.guild raising an AttributeError.Rapptz2018-03-161-1/+1
* Add Spotify intergration colourMyst(MysterialPy)2018-03-091-0/+15
* Fix _image_url returning htpsMyst(MysterialPy)2018-03-071-2/+2
* Convert Client.activity back to an Activity-like objectRapptz2018-03-061-2/+2
* Missing import for _ActivityTag inside ClientRapptz2018-03-061-0/+1
* Fix session_id in Spotify.to_dictHarmon2018-03-061-1/+1
* Add some documentation for the Game to Activity breaking change.Rapptz2018-03-061-0/+5