aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 'purge' method docstring.Naegin2019-11-151-1/+1
* macOS instead of OS XSoheab Malik2019-11-151-2/+2
* Implement `TextChannel.follow()`NCPlayz2019-11-153-1/+66
* [docs] add new FAQ entriesBenjamin Mintz2019-11-151-1/+28
* Fix webhooks not re-raising after retries run outXua2019-10-201-0/+4
* [docs] category_id is Optionalapple502j2019-10-201-4/+4
* [commands] Allow converters from custom discord.ext extensionsromangraef2019-10-201-1/+1
* Refactor `name` kwarg for `Emoji.edit()`NCPlayz2019-10-201-1/+2
* Add changelog for v1.2.4Rapptz2019-10-171-0/+15
* docs: `on_guild_emojis_update` is a `Sequence`jack11422019-10-171-2/+2
* Prevent premium_subscription_count being NoneXua2019-10-171-1/+1