aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Removes redundant asyncio importModelmat2018-08-223-3/+0
* [commands] Ignore bots from Bot.process_commands by default.Rapptz2018-08-221-1/+7
* Update new member example to not be broken.Rapptz2018-08-221-1/+4
* Update Message.author doctringDunkledore2018-08-221-1/+1
* [commands] Added BucketType.members for cooldownsClement2018-08-222-1/+5
* gitignore: ignore egg-info and venvsbmintz2018-08-221-1/+4
* Explicitly mark event handlers privateRapptz2018-08-091-2/+2
* Ensure intersphinx points to the Japanese documentation.Rapptz2018-08-081-0/+2
* Translation of discord.po is finished.Episword2018-08-082-60/+74
* Translation of mta.po is finished.Episword2018-08-081-124/+161
* Translation of intro.po is finished.Episword2018-08-081-38/+48
* Translation of faq.po is finished.Episword2018-08-081-128/+173
* Change Japanese font to Yu Gothic and Noto CJK in documentationRapptz2018-08-011-1/+1
* Translation of logging and quickstart is finished.Episword2018-08-012-49/+81
* Update .po files for Permissions.priority_speakerRapptz2018-08-011-1/+5
* Add Permissions.priority_speaker.slice2018-07-311-3/+12
* Don't build PDF.Rapptz2018-07-311-2/+1
* Add stubs for Japanese translations.Rapptz2018-07-3116-0/+18477
* 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] 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