1371 Commits (6d57ddf11be8c2d51b77170b971a53cdfb0e76db)

Author SHA1 Message Date
Mitchell Ferree 6d57ddf11b
Correct Member.__hash__ 7 years ago
orlnub123 9bc48b21f5 Fix send_as_json not dispatching socket_raw_send 7 years ago
SilicalNZ 52e8c06aed
Fix typo in core.Command docstring 7 years ago
Rapptz fdc71695dc [commands] Use eval instead of get_type_hints to resolve typehints 7 years ago
mental ee57e89488 Added hypesquad house functionality 7 years ago
Ben Mintz be7ea2678b Bot.unload_extension: don't remove commands from no module 7 years ago
Bryan Forbes ef89d3aa22 Add support for converters working with PEP-563 7 years ago
Hornwitser c557ee33ca [lint] Fix types used for __slots__ and __all__ 7 years ago
Hornwitser d20772c680 [lint] Replace deprecated Logger function warn 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser 3679819c53 [lint] Remove unnecessary lambdas 7 years ago
Hornwitser 119c5a0618 [lint] Remove unused variables 7 years ago
Hornwitser d58fc0ccee [lint] Remove unused imports 7 years ago
MusicOnline a329565e74 Fix Reaction.users documentation 7 years ago
MaximusPX 4a1d28a1de Adds missing voice regions. 7 years ago
bmintz bb8b3bf2aa Add Colour.from_hsv 7 years ago
DismissedGuy c84287c007 Add support for splash(_url) to invites 7 years ago
PikalaxALT 0e6082c57d Implement roles kwarg for guild.create_custom_emoji and emoji.edit 7 years ago
El Laggron 395af228b1 More informations for the Application info 7 years ago
Michael H 39cb5f30b4 [commands] Handle nick mentions in HelpFormatter 7 years ago
Rapptz aa7c5c3ec1 [commands] Ignore bots from Bot.process_commands by default. 7 years ago
Dunkledore 9d8e791a4e Update Message.author doctring 7 years ago
Clement 00a14a46f3 [commands] Added BucketType.members for cooldowns 7 years ago
Rapptz 8ccb98d395 Explicitly mark event handlers private 7 years ago
slice e6f1a7e93a
Add Permissions.priority_speaker. 7 years ago
bmintz 0c446398d1 message: de-duplicate reaction type conversion 7 years ago
Rapptz 8d39ab8c8c Fix dumb typo in the warning. 7 years ago
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 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
Hornwitser 96baabcaa2 Fix typo in Permissions.is_subset/is_superset 7 years ago
Harmon bf9ca405e3 Fix case insensitive command removal 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