aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Typo: AuditLogActionCategoryChristian Clauss2019-12-231-1/+1
* Add Profile.system and Profile.team_user to query newer flagsRapptz2019-12-213-3/+19
* Add User.system and MessageFlags.urgentRapptz2019-12-212-1/+14
* Clean up flag code significantly.Rapptz2019-12-201-94/+74
* Implement discord.MessageFlagsNCPlayz2019-12-206-125/+284
* Default the Streaming name to the one passed for user created ones.Rapptz2019-12-191-1/+1
* Add `Guild.discovery_splash_url/_as`, `Guild.rules_channel`NCPlayz2019-12-191-1/+52
* [commands] Add predicate attribute to checks to get inner functionRapptz2019-12-181-0/+67
* Add support for YouTube StreamingNCPlayz2019-12-181-8/+13
* Add `RawReactionActionEvent.member`NCPlayz2019-12-172-2/+17
* Document the exception-suppressing behaviour of Message.deleteIo Mintz2019-12-171-1/+1
* Wait 5 seconds before IDENTIFYing with an invalidated session.Rapptz2019-12-171-0/+1
* [commands] Make Greedy ignore parsing errors.Rapptz2019-12-171-16/+16
* Be more explicit in the utils.find example code.alexandrianlibrarian2019-12-171-1/+1
* Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLEDLeaf ▲2019-12-171-1/+1
* [commands] check if prefix is None in .pagesStarrFox2019-12-171-1/+1
* Add support for xsalsa20_poly1305_liteMatt Carey2019-12-171-0/+12
* [commands] Add guild-based permission checksXua2019-12-171-0/+48
* The port is a big endian unsigned short.Lorenzo2019-12-061-3/+1
* Return 'username' instead of 'name'Merlintor2019-12-051-1/+1
* Fix KeyError for things without a created_atRapptz2019-12-051-6/+14
* Change websockets version to >=6.0, !=7Stefano Pigozzi2019-12-041-1/+1
* Add `Activity.created_at`NCPlayz2019-12-041-3/+21
* Allow editing of overwrites in Channel.edit()CapnS2019-12-042-2/+43
* Fix more deprecation warnings for 3.8Rapptz2019-11-263-3/+3
* Implement `Webhook.type`NCPlayz2019-11-263-3/+28
* Fix typo in help.py docsNelluk2019-11-261-1/+1
* Print exception tracebacks in voice threadsImayhaveborkedit2019-11-262-6/+17
* Add new audit log entry types. Fix issue with unknown entry typesJosh B2019-11-263-30/+150
* Fix more deprecation warningsRapptz2019-11-203-3/+6
* Fix one more remaining loop passing for 3.8 in a LockRapptz2019-11-201-1/+1
* Fix all deprecation warnings for 3.8Rapptz2019-11-209-43/+43
* Trailing whitespace in documentation.Rapptz2019-11-201-1/+1
* Fix regression with references being overwritten from the cache.Rapptz2019-11-201-1/+3
* Move PartialEmoji over to a new namespace to avoid circular importsRapptz2019-11-205-103/+150
* Revert "[tasks] Add Loop.exception for more reliable exception retrieval."Rapptz2019-11-191-14/+1
* Revert "[tasks] Add support for explicit time parameter when running."Rapptz2019-11-191-92/+14
* Update requirements.txt for future updatefeature/ext-tasksTaewan-P2019-11-191-2/+2
* Fix OggStream "invalid header magic" at end of streamrkevin2019-11-191-0/+2
* Update regex to fetch URLs to match the official client.Rapptz2019-11-181-1/+1
* Document that PartialEmoji.name can be NoneRapptz2019-11-181-2/+3
* Manually trigger GC in cases of large deallocations.Rapptz2019-11-181-0/+10
* Add changelog for 1.2.5Rapptz2019-11-181-0/+10
* animation field in reaction objects are not consistently availableRapptz2019-11-151-7/+7
* [commands] Add Command/Group.add/remove_checkRiley Shaw2019-11-151-0/+34
* Adjust BASE urls to have no trailing slash (consistency)Devon R2019-11-156-15/+15
* Return invites as https, various URL normalizationDevon R2019-11-158-18/+23
* Add view_guild_insights permissionJosh B2019-11-151-3/+13
* Added Optional to ClientUser.premium_type type hintWilly2019-11-151-1/+1
* Added Optional to VoiceState.channel typeWilly2019-11-151-1/+1