aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove extra backtick in CustomActivity docsSnaptraks2020-01-241-1/+1
* Documentation fixes (#2531)Harmon2020-01-242-8/+8
* Version bump to v1.3v1.3.0Rapptz2020-01-241-2/+2
* Add example on subclassing commands.ContextXua2020-01-241-0/+51
* Mention that you can create Permissions via kwargs nowRapptz2020-01-232-0/+5
* Fixes and improvements for v1.3 documentationHarmon2020-01-2214-28/+122
* 1.3.0 changelog: fetch_roles fetches roles, not membersIo Mintz2020-01-221-1/+1
* One last superfluous .0 in versionaddedRapptz2020-01-222-2/+2
* Fix up some links and mention IDENTIFY changeRapptz2020-01-221-1/+2
* Add changelog for v1.3Rapptz2020-01-222-0/+117
* Fix out of order files being sent in webhooks when there are 10 files.Rapptz2020-01-221-1/+1
* Minor documentation fixesRapptz2020-01-212-3/+3
* Add missing coroutine header for sleep_untilRapptz2020-01-211-1/+3
* Improve usability of utils.sleep_untilJosh B2020-01-213-8/+9
* [commands] Only clean semaphore when there are no waitersRapptz2020-01-211-1/+4
* Drop final 0 in versionadded numbers in api.rstRapptz2020-01-211-7/+6
* [commands] Implement Command.__call__Rapptz2020-01-212-0/+19
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-2117-61/+61
* [commands] Export max_concurrency and MaxConcurrencyReached in docsRapptz2020-01-211-0/+6
* [commands] Be more clear in the default error for MaxConcurrencyReachedRapptz2020-01-211-1/+1
* [commands] Refactor BucketType to not repeat in other places in codeRapptz2020-01-211-39/+24
* [commands] Add max_concurrency decoratorRapptz2020-01-213-1/+204
* [tasks] Use new sleep_until util instead of internal functionRapptz2020-01-211-6/+2
* Add discord.utils.sleep_until helper functionJosh B2020-01-211-0/+18
* [tasks] Fix issue with next_iteration when task overruns time allottedJosh B2020-01-211-3/+7
* [tasks] Add Loop.next_iteration propertyJosh B2020-01-201-1/+26