aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump to v1.7.3v1.7.3v1.xRapptz2021-06-121-2/+2
* Add changelog for v1.7.3Rapptz2021-06-121-0/+11
* Fix crash involving stickersRapptz2021-06-121-1/+1
* Fix DM channel permissions not having read_messagesRapptz2021-06-121-0/+2
* [docs] typo fixNadir Chowdhury2021-06-121-1/+1
* Update docs for (Partial)Message.publish to reflect the actual permissions ne...Alex Nørgaard2021-06-121-1/+3
* Fix for doc reference to python "raise" statementChasL2021-06-121-1/+1
* Fix AuditLogEntry.target being incorrect for bulk message deleteRapptz2021-05-051-0/+2
* Version bump to v1.7.2v1.7.2Rapptz2021-05-021-2/+2
* Add changelog for v1.7.2Rapptz2021-05-021-0/+12
* Clarify ClientUser.verified docsDavid2021-05-011-1/+1
* Fix grammar in the Guild.edit docstringMrKomodoDragon2021-05-011-2/+2
* [docs] Update notes for get_user and get_member pikaninja2021-05-012-2/+2
* Adjust quickstart to not show commands exampleHyperGH2021-05-011-2/+3
* Fix documentation for RoleConverterjack11422021-05-011-2/+2
* Fix typo within `HelpCommand.verify_checks` documentationKino2021-05-011-1/+1
* [docs] fix docstring of AppInfoNadir Chowdhury2021-05-011-5/+7
* Update lavalink's repo urlCryptex2021-05-011-1/+1
* [tasks] Move the Loop's sleep to be before exit conditionsSteve C2021-05-011-2/+2
* Add periods to sticker docsNoName2021-05-011-13/+13
* [docs] Fix various unresolved referencesNadir Chowdhury2021-05-016-13/+16
* Fix guild.chunk() not working on evicted guildsSteve C2021-05-012-1/+5
* Add note to member docs about Spotify limitationnumbermaniac2021-05-011-0/+13
* Fix exception for invalid channel typesMaya2021-05-011-1/+1
* Fix async adapter detection in message deletionDan Hess2021-04-291-1/+1
* Fix fail_if_not_exists not being set when constructed with stateRapptz2021-04-151-0/+1
* Add StageChannel to abc.GuildChannel docspikaninja2021-04-151-0/+1
* [docs] Fix reference to `Guild.id`Kino2021-04-151-1/+1
* Fix Intents resolution in the docsRapptz2021-04-151-1/+1
* Bring back discord module in discord.ext.commands documentationRapptz2021-04-151-1/+4
* Remove current module reference in commands API docsRapptz2021-04-151-2/+0
* Add missing attribute tablesjack11422021-04-151-0/+18
* [commands] Add StageChannelConverter to documentationRapptz2021-04-151-0/+3
* [commands] Update Converter list in ext.commands introductionShun Tannai2021-04-151-10/+16
* [docs] add note for possible Embed.type stringsSebastian Law2021-04-151-0/+2
* [docs] add label to basic converters sectionSebastian Law2021-04-151-0/+2
* Version bump to v1.7.1v1.7.1Rapptz2021-04-051-2/+2
* Update changelog for v1.7.1Rapptz2021-04-051-0/+10
* Fix versionadded not showing in docs for Attachment.content_typeLogan2021-04-051-1/+1
* [commands] Fix logic in Cog.has_error_handler()Rapptz2021-04-051-1/+1
* 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