index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Drop final 0 in versionadded numbers in api.rst
Rapptz
2020-01-21
1
-7
/
+6
*
[commands] Implement Command.__call__
Rapptz
2020-01-21
2
-0
/
+19
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
17
-61
/
+61
*
[commands] Export max_concurrency and MaxConcurrencyReached in docs
Rapptz
2020-01-21
1
-0
/
+6
*
[commands] Be more clear in the default error for MaxConcurrencyReached
Rapptz
2020-01-21
1
-1
/
+1
*
[commands] Refactor BucketType to not repeat in other places in code
Rapptz
2020-01-21
1
-39
/
+24
*
[commands] Add max_concurrency decorator
Rapptz
2020-01-21
3
-1
/
+204
*
[tasks] Use new sleep_until util instead of internal function
Rapptz
2020-01-21
1
-6
/
+2
*
Add discord.utils.sleep_until helper function
Josh B
2020-01-21
1
-0
/
+18
*
[tasks] Fix issue with next_iteration when task overruns time allotted
Josh B
2020-01-21
1
-3
/
+7
*
[tasks] Add Loop.next_iteration property
Josh B
2020-01-20
1
-1
/
+26
*
Fix fetching invites for a GroupChannel.
Rapptz
2020-01-20
1
-12
/
+23
*
[commands] Allow @ prefixed usernames in DM contexts for UserConverter
Hugo Woesthuis
2020-01-20
1
-2
/
+7
*
Update attachment documentation for width/height applying to videos too
Rapptz
2020-01-20
1
-2
/
+2
*
Bump copyright year to 2020
Rapptz
2020-01-19
57
-65
/
+65
*
[commands] Case insensitivity uses casefold instead of lower
Rapptz
2020-01-19
1
-6
/
+6
*
Added docs for overwrites kwarg for CategoryChannel.edit
Willy
2020-01-19
1
-0
/
+5
*
Add instance check to PermissionOvewrite.__eq__
Rapptz
2020-01-19
1
-1
/
+1
*
Document NotFound exception raise in message deletion endpoints
Rapptz
2020-01-18
2
-3
/
+7
*
[commands] Document BucketType separately
Rapptz
2020-01-18
2
-10
/
+34
*
[commands] Context.send_help properly sends to on_help_command_error
Rapptz
2020-01-18
1
-10
/
+22
*
Add support for clearing a specific reaction.
Rapptz
2020-01-17
6
-6
/
+152
*
Add support for on_invite_create and on_invite_delete
Rapptz
2020-01-17
3
-3
/
+59
*
Make CustomActivity.__str__ not raise errors and match the client
Rapptz
2020-01-15
1
-1
/
+6
*
[docs] Fix sphinx warning about heading
Reece Dunham
2020-01-15
1
-1
/
+1
*
[commands] Add missing async in documentation
apple502j
2020-01-14
1
-1
/
+1
*
Document BaseActivity
Rapptz
2020-01-14
3
-8
/
+6
*
updated the docs for Guild.vanity_invite
Zomatree
2020-01-14
1
-2
/
+1
*
removed parameter section in Asset.read
Zomatree
2020-01-15
1
-7
/
+0
*
Expose _ActivityTag as BaseActivity to easily refer to.
Rapptz
2020-01-14
7
-21
/
+39
*
Add support for custom activities
Rapptz
2020-01-14
3
-1
/
+116
*
[commands] Force the predicate attribute in checks to be a coroutine
Rapptz
2020-01-14
1
-53
/
+12
*
[commands] Add missing CheckAnyFailure documentation
Rapptz
2020-01-14
1
-0
/
+4
*
Rewrite on_ready delay to actually make sense and prevent heavy sleep
Rapptz
2020-01-14
1
-7
/
+15
*
Fix issue with `shard_ready` not dispatching when not fetching offline
NCPlayz
2020-01-14
1
-12
/
+6
*
Patch clean_prefix for new text editor
Michael H
2020-01-14
1
-1
/
+2
*
Fix bug preventing movement of channels when there are gaps in position
Rapptz
2020-01-12
1
-5
/
+3
*
Allow Guild.fetch_members to take in limit=None
Rapptz
2020-01-12
2
-12
/
+26
*
Redesign permissions to allow aliases to be used.
Rapptz
2020-01-11
1
-246
/
+151
*
[commands] Document guild permission checks
Rapptz
2020-01-07
1
-0
/
+4
*
Cache member.roles access to avoid surprising performance traps
Rapptz
2020-01-06
1
-2
/
+12
*
[commands] Add check_any check to OR together various checks
Rapptz
2020-01-06
3
-0
/
+93
*
[commands] Document the changed Command.can_run behaviour
Rapptz
2020-01-06
1
-1
/
+5
*
Fix Member.mentioned_in returning True if in separate guilds
Rapptz
2020-01-06
1
-3
/
+5
*
[commands] Make Command.can_run process disabled commands
Rapptz
2020-01-06
1
-8
/
+6
*
Add `VoiceRegion.dubai`
NCPlayz
2020-01-06
2
-1
/
+5
*
Add Attachment.to_file to easily send an attachment.
Rapptz
2020-01-03
1
-0
/
+27
*
Document that widget members may be incomplete.
Rapptz
2019-12-29
1
-0
/
+8
*
Remove unnecessary pass using regex in Message.clean_content
Rapptz
2019-12-25
1
-12
/
+1
*
Use discord.utils.escape_mentions as last step of
Michael H
2019-12-25
1
-1
/
+4
[prev]
[next]