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
path:
root
/
discord
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for clearing a specific reaction.
Rapptz
2020-01-17
5
-1
/
+117
*
Add support for on_invite_create and on_invite_delete
Rapptz
2020-01-17
2
-3
/
+28
*
Make CustomActivity.__str__ not raise errors and match the client
Rapptz
2020-01-15
1
-1
/
+6
*
[commands] Add missing async in documentation
apple502j
2020-01-14
1
-1
/
+1
*
Document BaseActivity
Rapptz
2020-01-14
2
-8
/
+0
*
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
2
-1
/
+107
*
[commands] Force the predicate attribute in checks to be a coroutine
Rapptz
2020-01-14
1
-53
/
+12
*
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
*
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
2
-0
/
+91
*
[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
1
-0
/
+1
*
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
*
Typo: AuditLogActionCategory
Christian Clauss
2019-12-23
1
-1
/
+1
*
Add Profile.system and Profile.team_user to query newer flags
Rapptz
2019-12-21
2
-0
/
+10
*
Add User.system and MessageFlags.urgent
Rapptz
2019-12-21
2
-1
/
+14
*
Clean up flag code significantly.
Rapptz
2019-12-20
1
-94
/
+74
*
Implement discord.MessageFlags
NCPlayz
2019-12-20
5
-125
/
+278
*
Default the Streaming name to the one passed for user created ones.
Rapptz
2019-12-19
1
-1
/
+1
*
Add `Guild.discovery_splash_url/_as`, `Guild.rules_channel`
NCPlayz
2019-12-19
1
-1
/
+52
*
[commands] Add predicate attribute to checks to get inner function
Rapptz
2019-12-18
1
-0
/
+67
*
Add support for YouTube Streaming
NCPlayz
2019-12-18
1
-8
/
+13
*
Add `RawReactionActionEvent.member`
NCPlayz
2019-12-17
2
-2
/
+17
*
Document the exception-suppressing behaviour of Message.delete
Io Mintz
2019-12-17
1
-1
/
+1
*
Wait 5 seconds before IDENTIFYing with an invalidated session.
Rapptz
2019-12-17
1
-0
/
+1
*
[commands] Make Greedy ignore parsing errors.
Rapptz
2019-12-17
1
-16
/
+16
*
Be more explicit in the utils.find example code.
alexandrianlibrarian
2019-12-17
1
-1
/
+1
*
Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLED
Leaf ▲
2019-12-17
1
-1
/
+1
*
[commands] check if prefix is None in .pages
StarrFox
2019-12-17
1
-1
/
+1
*
Add support for xsalsa20_poly1305_lite
Matt Carey
2019-12-17
1
-0
/
+12
*
[commands] Add guild-based permission checks
Xua
2019-12-17
1
-0
/
+48
*
The port is a big endian unsigned short.
Lorenzo
2019-12-06
1
-3
/
+1
*
Return 'username' instead of 'name'
Merlintor
2019-12-05
1
-1
/
+1
*
Fix KeyError for things without a created_at
Rapptz
2019-12-05
1
-6
/
+14
*
Add `Activity.created_at`
NCPlayz
2019-12-04
1
-3
/
+21
*
Allow editing of overwrites in Channel.edit()
CapnS
2019-12-04
2
-2
/
+43
*
Fix more deprecation warnings for 3.8
Rapptz
2019-11-26
2
-2
/
+2
[next]