aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Drop final 0 in versionadded numbers in api.rstRapptz2020-01-211-7/+6
* [commands] Implement Command.__call__Rapptz2020-01-212-0/+19
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-2117-61/+61
* [commands] Export max_concurrency and MaxConcurrencyReached in docsRapptz2020-01-211-0/+6
* [commands] Be more clear in the default error for MaxConcurrencyReachedRapptz2020-01-211-1/+1
* [commands] Refactor BucketType to not repeat in other places in codeRapptz2020-01-211-39/+24
* [commands] Add max_concurrency decoratorRapptz2020-01-213-1/+204
* [tasks] Use new sleep_until util instead of internal functionRapptz2020-01-211-6/+2
* Add discord.utils.sleep_until helper functionJosh B2020-01-211-0/+18
* [tasks] Fix issue with next_iteration when task overruns time allottedJosh B2020-01-211-3/+7
* [tasks] Add Loop.next_iteration propertyJosh B2020-01-201-1/+26
* Fix fetching invites for a GroupChannel.Rapptz2020-01-201-12/+23
* [commands] Allow @ prefixed usernames in DM contexts for UserConverterHugo Woesthuis2020-01-201-2/+7
* Update attachment documentation for width/height applying to videos tooRapptz2020-01-201-2/+2
* Bump copyright year to 2020Rapptz2020-01-1957-65/+65
* [commands] Case insensitivity uses casefold instead of lowerRapptz2020-01-191-6/+6
* Added docs for overwrites kwarg for CategoryChannel.editWilly2020-01-191-0/+5
* Add instance check to PermissionOvewrite.__eq__Rapptz2020-01-191-1/+1
* Document NotFound exception raise in message deletion endpointsRapptz2020-01-182-3/+7
* [commands] Document BucketType separatelyRapptz2020-01-182-10/+34
* [commands] Context.send_help properly sends to on_help_command_errorRapptz2020-01-181-10/+22
* Add support for clearing a specific reaction.Rapptz2020-01-176-6/+152
* Add support for on_invite_create and on_invite_deleteRapptz2020-01-173-3/+59
* Make CustomActivity.__str__ not raise errors and match the clientRapptz2020-01-151-1/+6
* [docs] Fix sphinx warning about headingReece Dunham2020-01-151-1/+1
* [commands] Add missing async in documentationapple502j2020-01-141-1/+1
* Document BaseActivityRapptz2020-01-143-8/+6
* updated the docs for Guild.vanity_inviteZomatree2020-01-141-2/+1
* removed parameter section in Asset.readZomatree2020-01-151-7/+0
* Expose _ActivityTag as BaseActivity to easily refer to.Rapptz2020-01-147-21/+39
* Add support for custom activitiesRapptz2020-01-143-1/+116
* [commands] Force the predicate attribute in checks to be a coroutineRapptz2020-01-141-53/+12
* [commands] Add missing CheckAnyFailure documentationRapptz2020-01-141-0/+4
* Rewrite on_ready delay to actually make sense and prevent heavy sleepRapptz2020-01-141-7/+15
* Fix issue with `shard_ready` not dispatching when not fetching offlineNCPlayz2020-01-141-12/+6
* Patch clean_prefix for new text editorMichael H2020-01-141-1/+2
* Fix bug preventing movement of channels when there are gaps in positionRapptz2020-01-121-5/+3
* Allow Guild.fetch_members to take in limit=NoneRapptz2020-01-122-12/+26
* Redesign permissions to allow aliases to be used.Rapptz2020-01-111-246/+151
* [commands] Document guild permission checksRapptz2020-01-071-0/+4
* Cache member.roles access to avoid surprising performance trapsRapptz2020-01-061-2/+12
* [commands] Add check_any check to OR together various checksRapptz2020-01-063-0/+93
* [commands] Document the changed Command.can_run behaviourRapptz2020-01-061-1/+5
* Fix Member.mentioned_in returning True if in separate guildsRapptz2020-01-061-3/+5
* [commands] Make Command.can_run process disabled commandsRapptz2020-01-061-8/+6
* Add `VoiceRegion.dubai`NCPlayz2020-01-062-1/+5
* Add Attachment.to_file to easily send an attachment.Rapptz2020-01-031-0/+27
* Document that widget members may be incomplete.Rapptz2019-12-291-0/+8
* Remove unnecessary pass using regex in Message.clean_contentRapptz2019-12-251-12/+1
* Use discord.utils.escape_mentions as last step ofMichael H2019-12-251-1/+4