aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix is_in_guild example checkLyricLy2018-11-241-1/+1
* Translated some parts of the documentation to Japanese.Episword2018-11-244-2414/+2543
* Add channel category cooldown bucket typeDice2018-11-242-5/+9
* Outline the logic of `bool` convertersscragly2018-11-241-0/+12
* Group Advanced Converters and Inline Advanced Convertersscragly2018-11-241-58/+58
* bot.unload_extension: also allow events with no modulebmintz2018-11-241-6/+4
* Trim whitespace in artist names in Spotify.artistsAmit Katz2018-11-241-1/+1
* Webhooks: add support for multi-file uploadTerrance2018-11-241-8/+28
* Actually drop copy.copy in MemberHornwitser2018-11-241-6/+0
* Add support for multiple activitiesSnowyLuma2018-11-246-12/+24
* add support for Bug Hunter and Early Supporter flagsbmintz2018-11-243-4/+20
* Add missing asyncio imports from the examplesCapn2018-11-243-0/+3
* [lint] Removed unused variable handlerHornwitser2018-11-241-1/+0
* [lint] Remove extra whitespace in guild.pyHornwitser2018-11-241-1/+1
* [lint] Changed missed docstrings to raw-stringHornwitser2018-11-241-2/+2
* [lint] Fix import orderHornwitser2018-11-2419-70/+83
* [commands] Remove duplicated quote entriesHornwitser2018-11-241-2/+0
* [lint] Do log formating lazilyHornwitser2018-11-242-4/+4
* [lint] Simplyfy util.valid_icon_sizeHornwitser2018-11-241-1/+1
* [lint] Remove redundant paranthesisHornwitser2018-11-248-15/+15
* [lint] Replace equality comparisons to singletonsHornwitser2018-11-243-11/+11
* [lint] Rename exception variables to excHornwitser2018-11-2410-66/+66
* [lint] Remove redundant exception variablesHornwitser2018-11-245-16/+13
* [lint] Limit unneccessarily broad except clausesHornwitser2018-11-2411-19/+19
* Revert "Rework documentation to not duplicate inherited members."Rapptz2018-10-115-28/+44