aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix VoiceClient.average_latency erroring when heartbeat is NoneRapptz2020-04-061-2/+4
* animated key is never given to reaction_remove(_emoji)NCPlayz2020-04-062-5/+5
* Update documentation on guild features to reflect Discord changesJake Ward2020-04-061-2/+3
* [commands] Stop yielding duplicate commands from walk_commandsMarkKoz2020-04-061-2/+6
* Documentation fixups for allowed mentionsRapptz2020-04-042-2/+2
* Rename allowed mention parameters to allowed_mentionsRapptz2020-04-045-34/+35
* Allow introspection and setting of global allowed mention configurationRapptz2020-04-041-0/+18
* Fix various implementation bugs with allowed mentionsRapptz2020-04-043-7/+11
* Add support for configuring allowed mentions per message or bot wide.Rapptz2020-04-048-7/+152
* Fix regression with Member.activities not clearingRapptz2020-04-042-2/+5
* Add position argument to Guild.create_categoryIlya Lukyanov2020-04-041-2/+2
* Allow for optional custom error handler in tasks extensionJosh B2020-04-041-6/+38
* Remove extra to in tasks docsEpic2020-04-041-1/+1
* Add use_cached to Attachment.to_fileMaku2020-04-041-2/+12
* [tasks] Add is_running property to LoopJames2020-04-041-0/+7
* Added VoiceClient.latency and VoiceClient.average_latencyFwf2020-04-042-5/+39
* [commands] Implement `commands.before/after_invoke`NCPlayz2020-04-042-8/+101
* Fix documentation problem with colorSaurabh Chaturvedi2020-04-041-1/+4
* Version bump to v1.3.3v1.3.3Rapptz2020-04-041-2/+2
* Add changelog for v1.3.3Rapptz2020-04-041-0/+13
* Change default close code to 4000 instead of 1000.Rapptz2020-04-043-3/+3
* Fixed missing awaits in subclassed corosDevilXD2020-04-041-1/+1
* Don't add None to Member.activities tuplejack11422020-04-042-2/+4
* Add "FEATURABLE" in guild features.PredaaA2020-04-041-0/+1
* [commands] Fix a typo in the docstring of the internal _Semaphore classs0lst1ce2020-04-041-1/+1
* fixing the BaseActivity linksGlazed_Belmont2020-04-041-3/+3
* Change package manager yum to dnfPeter Levart2020-03-012-2/+2
* Capitalize Python for consistencyPeter Levart2020-03-011-1/+1
* Bump version to v1.3.2v1.3.2Rapptz2020-02-221-2/+2
* Add changelog for v1.3.2Rapptz2020-02-221-0/+18
* Suppress missing Content-Type headers when fetching contentRapptz2020-02-221-2/+7
* Fix invalid format specifier in PartialWebhookState.__getattr__Sebastiaan Zeeff2020-02-221-1/+1
* on_invite_create requires Manage Channelsthe-white-light2020-02-221-0/+2
* Fix Webhook.send returning an empty string when wait=FalseRapptz2020-02-161-2/+4
* Fix crashes when Message.guild is ObjectRapptz2020-02-161-2/+2
* Add discord.ChannelType.category to documentationDeniz2020-02-161-0/+3
* [commands] Raise when passing invalid permission keys in their checksRapptz2020-02-021-4/+24
* Guard against the member data not being available in VOICE_STATE_UPDATERapptz2020-02-011-1/+4
* Better detection for Cloudflare related 429s.Rapptz2020-02-011-1/+1
* Use member data from VOICE_STATE_UPDATE if not found in cacheRapptz2020-02-011-0/+3
* Bump waiting time of GUILD_CREATE stream by number of shards waited.Rapptz2020-01-282-2/+4
* Version bump to v1.3.1v1.3.1Rapptz2020-01-261-2/+2
* Add changelog for v1.3.1Rapptz2020-01-261-0/+19
* Downgrade unknown event logging to DEBUG rather than WARNINGRapptz2020-01-261-1/+1
* Explicitly check for guild objectMerlintor2020-01-261-1/+2
* Document the new opus loading behaviourRapptz2020-01-251-0/+1
* Import ABC from collections.abc instead of collectionsKarthikeyan Singaravelan2020-01-251-1/+1
* Fix warnings regarding invalid escape sequences.Karthikeyan Singaravelan2020-01-251-1/+1
* Add Python 3.8 classifier to setup.pyMyst(MysterialPy)2020-01-251-0/+1
* Fix fetching invites on guilds the user is not inRapptz2020-01-251-1/+1