aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [commands] Allow for backtracking parsing with typing.OptionalRapptz2018-09-231-0/+10
* [commands] Properly parse bool when inside a typing.Unionzephyrkul2018-09-201-3/+3
* Correct note note about editing emoji in Guild.create_custom_emoji.Vexs2018-09-201-2/+0
* Correct ClientException message raised in invocation hooks.MusicOnline2018-09-202-4/+4
* Add colour attribute for BaseUserMusicOnline2018-09-161-0/+12
* Translate some more files to JapaneseEpisword2018-09-154-2402/+2501
* Fix webhook_update from code reviewJeremy Zhang2018-09-152-3/+4
* Simple parser for WEBHOOKS_UPDATEJeremy Zhang2018-09-152-0/+10
* Update Japanese string dump.Rapptz2018-09-152-473/+671
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-159-20/+20
* Add support for Discord's slow mode.Rapptz2018-09-143-8/+24
* Removed inaccurate note on emoji.pyTarek13372018-09-141-2/+0
* Update PyNaCl dependency to one that works with 3.7ItWasAllIntended2018-09-141-1/+2
* Change docstrings to raw-stringsBeatButton2018-09-1414-29/+29
* Bump aiohttp contraint to <3.5.0Toby Harradine2018-09-061-1/+1
* [docs] sort the VoiceRegionsbmintz2018-08-301-33/+33
* document HypeSquadHouse and Profile.hypesquad_housesbmintz2018-08-301-1/+17
* 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
* Fix typo in on_raw_reaction_add event.Chris2018-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
* Finished index.po translation.Episword2018-08-281-22/+23
* 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
* Move conditional RTD dependencies to 'docs' extraToby Harradine2018-08-222-17/+7
* 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-222-2/+9
* Add Colour.from_hsvbmintz2018-08-221-0/+8
* Add support for splash(_url) to invitesDismissedGuy2018-08-221-0/+6
* Remove deprecated ffmpeg/avconv flag from basic_voice examplePikalaxALT2018-08-221-1/+0
* Implement roles kwarg for guild.create_custom_emoji and emoji.editPikalaxALT2018-08-223-8/+18
* Add python_requiresorlnub1232018-08-221-0/+1
* More informations for the Application infoEl Laggron2018-08-222-1/+24
* [commands] Handle nick mentions in HelpFormatterMichael H2018-08-221-2/+2