aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update changelog for v1.7.1Rapptz2021-04-051-0/+10
* [commands] Fix logic in Cog.has_error_handler()Rapptz2021-04-051-1/+1
* [commands] Address incorrect use of subclass (from type perspective)Michael H2021-04-051-4/+5
* [commands] Add more type information to public API of convertersMichael H2021-04-051-18/+18
* Remove 3.6 check for `loop.shutdown_asyncgens()` Nadir Chowdhury2021-04-051-2/+1
* Use `asyncio.create_task` over `asyncio.ensure_future`Nadir Chowdhury2021-04-054-9/+9
* Remove fail-safe for retrieving all tasks Nadir Chowdhury2021-04-051-7/+1
* Use covariant TypeVar for protocolMichael H2021-04-051-1/+1
* [commands] Fix @classmethod converters Michael H2021-04-051-6/+9
* Fix versionadded not showing in docs for Attachment.content_typeLogan2021-04-051-1/+1
* Remove deprecated client methodsVaskel2021-04-051-50/+0
* Add discord.utils.utcnow() helper function to ease migrationRapptz2021-04-042-0/+17
* Remove special casing of MAX_ASYNCIO_SECONDS in sleep_untilRapptz2021-04-041-4/+0
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-0415-61/+83
* Remove some lingering userbot classes in the documentationRapptz2021-04-041-24/+0
* Use 3.8 for ReadTheDocs buildsRapptz2021-04-041-1/+1
* Use typing.Protocol instead of abc.ABCMetaJames2021-04-044-100/+98
* Flatten AsyncIterator.flattenJames2021-04-041-42/+1
* Remove userbot functionalityRapptz2021-04-0416-1541/+59
* Remove asyncio.Task subclass in preference to task namesRapptz2021-04-041-17/+1
* Convert two missing places to f-stringsRapptz2021-04-042-2/+2
* Remove encoding header from generated codeRapptz2021-04-041-4/+1
* [commands] Use positional only parameter for Context.invokeRapptz2021-04-041-12/+2
* Modernize code to use f-stringsRapptz2021-04-0467-378/+262
* Bump minimum Python version to 3.8Rapptz2021-04-041-4/+2
* Version bump for developmentRapptz2021-04-041-2/+2
* Version bump to v1.7v1.7.0Rapptz2021-04-041-2/+2
* Add missing documentation for StoreChannelConverterRapptz2021-04-042-1/+4
* Add missing StoreChannel documentationRapptz2021-04-041-4/+13
* Fix StoreChannel reference in changelogRapptz2021-04-041-1/+1
* Add content_type to changelogRapptz2021-04-031-0/+1
* Add content_type to AttachmentZomatree2021-04-031-1/+6
* Add changelog for v1.7Rapptz2021-04-031-0/+82
* Guard for `None` in VocalGuildChannel.membersRapptz2021-04-031-1/+1
* [commands] Add missing versionadded on StoreChannelConverterRapptz2021-04-031-5/+7
* Rework the reaction roles exampleNadir Chowdhury2021-04-031-25/+27
* [commands] Add StoreChannelConverterDoggieLicc2021-04-031-0/+40
* Implement StageChannel and related methodsNadir Chowdhury2021-04-038-68/+426
* [docs] Add rtc_region parameter for Guild.create_voice_channelNadir Chowdhury2021-04-021-0/+5
* Implement voice region changing for voice channelsTarek2021-04-014-5/+34
* Add support for Permissions.request_to_speakRapptz2021-04-011-6/+23
* [docs] Fix fetch_members/guilds documentationNadir Chowdhury2021-03-313-7/+10
* [docs] suggest presence in constructor instead of change_presenceMikey2021-03-311-4/+11
* Deprecate Client.logout apple502j2021-03-312-2/+5
* Bring back older background task example under a new nameRapptz2021-03-301-0/+28
* Fix background_task example to actually workRapptz2021-03-301-5/+4
* Update background_task example to use ext.tasksSebastian Law2021-03-301-9/+14
* Raise error if position could not be resolved in GuildChannel.moveRapptz2021-03-301-3/+6
* Return early if no kwargs are given to GuildChannel.moveRapptz2021-03-301-0/+3
* Ignore moving category channels to another categoryRapptz2021-03-302-0/+6