aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Expose more information from partial invites, along with counts.Rapptz2019-02-126-27/+187
* Bump aiohttp requirement and fix AsyncWebhookAdapterBryan Forbes2019-02-122-2/+2
* Fix documentation typo in CategoryChannelPedro Cunha2019-02-121-1/+1
* Add PremiumType enumeration and ClientUser.premium_typeLiam H2019-02-122-3/+11
* Change Activity.application_id from `str` to `int`.BluePhoenixGame2019-02-121-2/+3
* Fix missing import.Rapptz2019-02-061-2/+2
* Try to optimize for the common ASCII case.Rapptz2019-02-061-3/+10
* [commands] Fix ext.commands help page full-width indentationcod2019-02-062-3/+13
* Clarified add_listener documentationSkyweb2019-02-061-2/+2
* Use non-deprecated method of acquiring lockToby Harradine2019-02-061-1/+1
* Fix typo in API documentation.stuarth2019-02-061-1/+1
* Remove notes about Client.messagesXua2019-02-061-5/+5
* commands.clean_content: escape || spoilers ||Benjamin Mintz2019-02-061-1/+1
* Fix ReactionIterator for limit > 100Harmon2019-01-301-1/+1
* Add CategoryChannel.text_channels and voice_channelsChris2019-01-291-0/+18
* Added support for comparing PermissionOverwritesDevilXD2019-01-281-0/+7
* Warn on high latency and blocking heartbeatHornwitser2019-01-281-1/+16
* Fix README.rst for PyPiHornwitser2019-01-283-3/+4
* Update voice code to vws V4Imayhaveborkedit2019-01-284-24/+86
* Fix accidental regression of 9bc48b2 in fa46b07Hornwitser2019-01-281-1/+1
* Bumped copyright years to 2019.Dante Dam2019-01-2859-60/+60
* Fix the Context.message example to actually use ctx.messageChris Rrapi2019-01-281-3/+2
* Implement PartialEmoji == Emoji (fixes #1627)Ben Mintz2019-01-281-0/+10
* Fix user/user_id documentation for reaction remove eventsMusicOnline2019-01-282-2/+2
* Do None instead of falsy checks on Command attributesDevon R2019-01-281-3/+3
* Change Greedy behaviour slightly during conversion errors.MusicOnline2019-01-281-7/+3
* Use a tuple for startswith in mime detection code.Valentin2019-01-281-1/+1
* Allow additional parameters on channel creationTyler2019-01-282-17/+45
* Fix typo in Permissions.all_channelStarrFox2019-01-281-1/+1
* Fix Webhook states for stateful objectsDice2019-01-281-3/+3
* Fix overwriting of AuditLogDiff.roles for multiple $add/$remove keysRapptz2018-12-311-1/+2
* Log rate limit hits into WARNING instead of INFO.Rapptz2018-12-271-2/+2
* Fix typo in exception message in Guild.editRapptz2018-12-171-2/+2
* Add support for explicit_content_filter in Guild.editRapptz2018-12-172-2/+10
* Fix some lingering attribute setting issues.Rapptz2018-12-141-0/+5
* Add support for mobile indicators and per-client statuses.Rapptz2018-12-142-9/+36
* Add support for spoiler attachments.Rapptz2018-12-142-1/+10
* Update Message.mention_everyone docs to include @hereLaurenz2018-12-142-4/+4
* Added User.mutual_friends()CapnS2018-12-142-0/+24
* [commands] Remove message being required from Role/Member converters.Dice2018-12-141-3/+2
* Handle implicit perms in discord.VoiceChannel.permissions_forMichael H2018-12-141-0/+13
* Add override to `close()` method to the websocket subclass.CraftSpider2018-12-141-0/+6
* Fix AttributeError in webhook.sendChris Rrapi2018-11-291-1/+1
* Fix documentation for NotificationLevelChris R2018-11-261-2/+2
* Fix bug in Guild.splash_urlRapptz2018-11-261-1/+1
* Support discordapp.com invite URLs.Rapptz2018-11-251-1/+1
* Add support for default notification level in audit logs and Guild.editRapptz2018-11-255-21/+40
* Support webp in _get_mime_type_for_imagekhazhyk2018-11-241-0/+2
* Add Guild.default_notificationsChris2018-11-243-3/+21
* [commands] Add support for IDs in the role related checks.Xua2018-11-241-17/+25