aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Fix PartialEmoji._as_reaction() for emojis the bot can't seeCarl Groth2018-08-301-1/+1
* [commands] Prepend mention prefixes in commands.when_mentioned_orzephyrkul2018-08-281-1/+1
* Call Http.start_group() in ClientUser.create_group()Bryan Forbes2018-08-281-1/+1
* Ensure large guilds are properly appended to the ready state guild listBryan Forbes2018-08-281-1/+1
* Fix CallMessage.duration calculationBryan Forbes2018-08-281-2/+2
* Remove Reaction.users "Python 3.4 usage" sectionHornwitser2018-08-281-11/+0
* Fix behavior of reaction type-conversionBryan Forbes2018-08-251-1/+2
* Fix latency being able to be negativeorlnub1232018-08-241-6/+9
* Correct Member.__hash__Mitchell Ferree2018-08-231-1/+1
* Fix send_as_json not dispatching socket_raw_sendorlnub1232018-08-231-1/+1
* Fix typo in core.Command docstringSilicalNZ2018-08-241-1/+1
* [commands] Use eval instead of get_type_hints to resolve typehintsRapptz2018-08-221-14/+19
* Added hypesquad house functionalitymental2018-08-223-2/+36
* Bot.unload_extension: don't remove commands from no moduleBen Mintz2018-08-221-0/+2
* Add support for converters working with PEP-563Bryan Forbes2018-08-221-0/+12
* [lint] Fix types used for __slots__ and __all__Hornwitser2018-08-224-4/+4
* [lint] Replace deprecated Logger function warnHornwitser2018-08-221-1/+1
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-2226-66/+62
* [lint] Remove unnecessary lambdasHornwitser2018-08-223-3/+3
* [lint] Remove unused variablesHornwitser2018-08-227-10/+9
* [lint] Remove unused importsHornwitser2018-08-2216-21/+3
* Fix Reaction.users documentationMusicOnline2018-08-221-4/+1
* Adds missing voice regions.MaximusPX2018-08-221-0/+2
* Add Colour.from_hsvbmintz2018-08-221-0/+8
* Add support for splash(_url) to invitesDismissedGuy2018-08-221-0/+6
* Implement roles kwarg for guild.create_custom_emoji and emoji.editPikalaxALT2018-08-223-8/+18
* More informations for the Application infoEl Laggron2018-08-221-1/+6
* [commands] Handle nick mentions in HelpFormatterMichael H2018-08-221-2/+2
* [commands] Ignore bots from Bot.process_commands by default.Rapptz2018-08-221-1/+7
* Update Message.author doctringDunkledore2018-08-221-1/+1
* [commands] Added BucketType.members for cooldownsClement2018-08-222-1/+5
* Explicitly mark event handlers privateRapptz2018-08-091-2/+2
* Add Permissions.priority_speaker.slice2018-07-311-3/+12
* message: de-duplicate reaction type conversionbmintz2018-07-311-23/+15
* Fix dumb typo in the warning.Rapptz2018-07-241-2/+3
* Add a warning for self-bots in Client.loginRapptz2018-07-241-0/+6
* Add clarification about creating guildsKot2018-07-241-2/+2
* [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] 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-202-26/+44
* [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