aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't store a user cache if there's no member intent or cache is offRapptz2020-11-232-0/+10
* Add sticker supportZomatree2020-11-236-3/+178
* Suppress the creation of a command window from ffmpeg on WindowsRapptz2020-11-211-2/+7
* Bump dependencies for 3.9 to work without build toolsRapptz2020-11-212-2/+2
* Clear the connected flag when potentially reconnecting the playerRapptz2020-11-211-0/+2
* Fix attribute error during rapid disconnects in VoiceClient.Rapptz2020-11-211-0/+1
* Fix error with templates not having access to member cache flags.Rapptz2020-11-214-15/+19
* Bump version for development purposesRapptz2020-11-211-2/+2
* Clarify Colour.random RNGRapptz2020-11-211-2/+10
* Add Colour.random factory methodCaio Alexandre2020-11-211-0/+6
* Properly document that categories throw 404's on create_invite.webtax-gh2020-11-211-1/+4
* Raise DiscordServerError for 503 Service Unavailable errorsHarmon2020-11-211-0/+2
* Emphasize intents in the constructors of the examplesMaya2020-11-211-0/+3
* [commands] Update MessageConverter link regexJonathan Feenstra2020-11-211-4/+3
* Raise ClientException when members intent is not enabled on guild.fetch_membersLukas2020-11-211-1/+8
* Implement icon_rl_as and cover_image_url_as for AppInfoSebbyLaw2020-11-214-10/+144
* Translation sync with crowdinRapptz2020-10-2419-3550/+11929
* Version bump to v1.5.1v1.5.1v1.5.xRapptz2020-10-191-2/+2
* Add changelog for v1.5.1Rapptz2020-10-191-0/+25
* Fix error when querying members from the gateway.Rapptz2020-10-191-2/+1
* Allow concurrent calls to guild.chunk()Rapptz2020-10-191-23/+35
* Load member from guild_member_update dispatchFlorian Spieß2020-10-171-0/+3
* [commands] Lazily fetch members in discord.Member convertersRapptz2020-10-171-1/+46
* Ensure our own member is never evicted from the cache in any policy.Rapptz2020-10-171-4/+5
* Add internal method to check if the websocket is currently ratelimitedRapptz2020-10-171-0/+9
* Fix attribute errors when timing out during chunking start-upRapptz2020-10-171-2/+2
* Fix disconnect when trying to move to another voice channel.Rapptz2020-10-172-22/+60
* Mark intent alias flags as actual aliases to skip them in __iter__Rapptz2020-10-171-3/+3
* Evict keys when they're set to None in PermissionOverwriteRapptz2020-10-171-3/+6
* Properly insert at the end if position is not found when moving.Rapptz2020-10-171-1/+1
* Escape multi-line quotes properlyRapptz2020-10-171-2/+2
* Fix Colour.dark_theme docstring.Josh2020-10-161-2/+2
* logging.rst: Fix some typos and grammar errorsnumbermaniac2020-10-161-7/+7
* Use Hashable mixin for MessagePythonCoderAS2020-10-161-4/+2
* Fix typo in event referenceEric Chan2020-10-161-1/+1
* Add note pointing to discord.AllowedMentionsChristopherJHart2020-10-041-0/+6
* Add intents to the issue templateRapptz2020-10-031-0/+4
* Update intent documentation to use defaultsRapptz2020-10-031-1/+1
* Add intents to event referenceXua2020-10-011-0/+76
* Add intents to examplesZomatree2020-10-012-2/+13
* Some minor documentation fixes.Rapptz2020-09-281-2/+14
* Version bump to v1.5.0v1.5.0Rapptz2020-09-281-2/+2
* Add changelog for v1.4.2Rapptz2020-09-281-0/+28
* Add changelog for v1.5.0Rapptz2020-09-281-0/+60
* Add warning if guilds intent is disabled.Rapptz2020-09-281-0/+3
* Guard GUILD_MEMBER_ADD/GUILD_MEMBER_REMOVE from errorsRapptz2020-09-281-2/+11
* Update intents with small typo fixesAlex Nørgaard2020-09-271-2/+2
* Add Client.intents to query the current intentsRapptz2020-09-262-0/+14
* Fixed incorrectly named 'Intent' class in doc.Nekokatt2020-09-261-1/+1
* Make Intent class creation more intuitiveRapptz2020-09-243-11/+15