1646 Commits (9c5259afd7bf8a71574ef13ae130009c3755662f)
 

Author SHA1 Message Date
Rapptz 12236325f6 Add a warning for self-bots in Client.login 7 years ago
Kot e15452e198 Add clarification about creating guilds 7 years ago
Rapptz 8d3b2d0b70 [commands] Fix broken handling of keyword only parameters. 7 years ago
Rapptz 69ca675ca0 [commands] Fix typing.Union converters for 3.7 7 years ago
Rapptz 52767cf315 [commands] Add documentation for BadUnionArgument 7 years ago
Rapptz 34ece4d1df Bump websockets to 6.0 for 3.7 compatibility. 7 years ago
Rapptz da5776a358 [commands] Make ConversionError have the original error as an attribute 7 years ago
Rapptz 92dde9aef9 [commands] Add support for typing.Union as a converter 7 years ago
Rapptz 4aecdea052 Make TextChannel.create_webhook name parameter mandatory. 7 years ago
Rapptz 351bb1927a Fix crashing with wonky TYPING_START events. 7 years ago
khazhyk 2c7a855e11 Revert "Ensure gif avatar urls end in `.gif`" 7 years ago
khazhyk 2321ae8d97 [commands] raise ConversionError on Converter error 7 years ago
bmintz 87d9eefdef [docs] discord/client: remove reference to async_event 7 years ago
bmintz ec3435b224 Remove remaining asyncio.coroutine calls. 7 years ago
khazhyk 9d301f7cae Store guild, unavailable tuple in ready as well 7 years ago
Rapptz 983be10111 Fix __aiter__ compatibility with 3.7. 7 years ago
Rapptz 1538c78836 Change jump_to_url to jump_url and fix format. 7 years ago
khazhyk 74380cd72a don't drop guild_available/join before ready 7 years ago
Hornwitser a93c3d931c [commands] Change command_prefix behaviour 7 years ago
Ben Mintz 184c4302c7 docs/mimgrating.rst: CPython 3.5.2 is not supported! 7 years ago
Hornwitser 96baabcaa2 Fix typo in Permissions.is_subset/is_superset 7 years ago
Harmon bf9ca405e3 Fix case insensitive command removal 7 years ago
Rapptz 0ba958bae4 Bump Sphinx to 1.7.4 7 years ago
Rapptz 607771c4f4 Fix Bot.get_prefix second parameter breaking. 7 years ago
Rapptz 5ae9ea26b1 Disable compression for websockets. 7 years ago
Rapptz e51f92e78d Fix NameError for typing context manager. 7 years ago
Rapptz c67d95327e Remove dead package references. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Rapptz 7eb918b19e Add Message.jump_to_url 7 years ago
Rapptz 6b75179c1f Remove emojis from cache if they're removed from a guild. 7 years ago
Steve C 0e945915b7 Fixes various documentation errors/inconsistencies 7 years ago
Rapptz 0dafdedc65 abc.GuildChannel.set_permissions can raise NotFound. 7 years ago
Rapptz 07a535f514 Document user parameter in Guild.get_ban 7 years ago
slice 9fe7776a33
Add support for getting individual ban entries 7 years ago
Rapptz 60f0b22cbb Filter null mentions when creating a Message. 7 years ago
Rapptz 56650ae7c2 Change raw events to use slotted data models instead of parameters. 7 years ago
Rapptz e04629999b Downgrade websockets due to bugs. 7 years ago
Rapptz 3cb6ac152e Userbots do not have a DM cache cap limit. 7 years ago
Rapptz 95de4d1df1 Actually fix the order in Guild.by_category. 7 years ago
Rapptz 87a7efc410 Flip comparison in Guild.by_category. 7 years ago
Will Tekulve ab78613c13 Force RTD to pip install rather than use setup.py install 7 years ago
Mitchell Ferree 2e4e392b25 Correct docstring for Game 7 years ago
Daniel 27063a91c7 Improve basic_voice example 7 years ago
Rapptz 796ff6d7e6 Sort voice channels below text channels in Guild.by_category 7 years ago
Rapptz f176309179 [commands] Don't handle single quotes. 7 years ago
Rapptz eb5defed00 Fix Webhook.guild raising an AttributeError. 7 years ago
Myst(MysterialPy) 8ba78168a6 Add Spotify intergration colour 7 years ago
Myst(MysterialPy) 31cc4c39de
Fix _image_url returning htps 7 years ago
Rapptz e9916e2844 Convert Client.activity back to an Activity-like object 7 years ago
Rapptz 61c8e35929 Missing import for _ActivityTag inside Client 7 years ago