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
...
*
Rewrite webhooks to play better with typings and rate limits
Rapptz
2021-04-15
7
-1229
/
+2377
*
[commands] Fix missing `re` import in Context
Nadir Chowdhury
2021-04-15
1
-0
/
+1
*
Add SystemChannelFlags.guild_reminder_notifications
TheOneMusic
2021-04-15
1
-0
/
+8
*
Fix guild.chunk() not working on evicted guilds
Steve C
2021-04-14
2
-1
/
+5
*
[commands] Add `clean_prefix` attribute to commands.Context
MrKomodoDragon
2021-04-14
1
-0
/
+14
*
Add note to member docs about Spotify limitation
numbermaniac
2021-04-14
1
-0
/
+13
*
Remove fetch_offline_members param for Client
apple502j
2021-04-14
2
-11
/
+1
*
Fix exception for invalid channel types
Maya
2021-04-14
1
-1
/
+1
*
Fix fail_if_not_exists not being set when constructed with state
Rapptz
2021-04-14
1
-0
/
+1
*
Add NSFW for Guilds
Robin
2021-04-14
3
-4
/
+29
*
Remove support for guild subscriptions
apple502j
2021-04-14
3
-33
/
+0
*
Add StageChannel to abc.GuildChannel docs
pikaninja
2021-04-13
1
-0
/
+1
*
[docs] Fix reference to `Guild.id`
Kino
2021-04-13
1
-1
/
+1
*
Remove AutoShardedClient.request_offline_members
Rapptz
2021-04-12
1
-36
/
+0
*
Add support for role objects in GuildChannel.permissions_for
Rapptz
2021-04-11
1
-8
/
+44
*
Remove User.permissions_in
Rapptz
2021-04-11
2
-39
/
+1
*
Remove comment that doesn't apply anymore
Rapptz
2021-04-11
1
-4
/
+0
*
Remove superfluous unused payload parameter
Rapptz
2021-04-11
2
-2
/
+2
*
Create temporary DMChannels from message create events
Rapptz
2021-04-11
2
-5
/
+22
*
Fix spelling error in utils.__all__
Maya
2021-04-11
1
-1
/
+1
*
[commands] Fix Command.clean_params to return a regular dict
Rapptz
2021-04-11
1
-7
/
+10
*
[commands] Strip text to remove spaces before ellipsis
Kreusada
2021-04-11
1
-1
/
+1
*
Use v8 overwrite type when creating a channel
Nadir Chowdhury
2021-04-11
1
-3
/
+3
*
Remove `private_channel_(delete/create)` events
Nadir Chowdhury
2021-04-11
3
-34
/
+8
*
[commands] Add support for Python 3.10 Union typing
Rapptz
2021-04-11
1
-1
/
+8
*
[commands] Fix errors with cooldown mappings
Rapptz
2021-04-11
1
-2
/
+7
*
Remove Member related handling in PRESENCE_UPDATE
Rapptz
2021-04-11
2
-21
/
+6
*
Fix stray AttributeError in Guild._from_data with member cache
Rapptz
2021-04-11
1
-2
/
+1
*
Permission related fixes for v8
Rapptz
2021-04-11
2
-5
/
+6
*
add reply and application_command types
NCPlayz
2021-04-11
2
-0
/
+12
*
Remove MemberCacheFlags.online
Rapptz
2021-04-11
1
-30
/
+2
*
First pass at supporting v8 API
Rapptz
2021-04-11
7
-37
/
+39
*
[commands] use __args__ and __origin__ where applicable
Josh
2021-04-11
2
-17
/
+27
*
[commands] Fix repr for Greedy
Josh
2021-04-10
1
-0
/
+4
*
[commands] Refactor typing evaluation to not use get_type_hints
Rapptz
2021-04-10
1
-58
/
+103
*
[commands] Remove legacy ExtensionNotFound.original attribute
Rapptz
2021-04-10
1
-4
/
+1
*
Fix Intents resolution in the docs
Rapptz
2021-04-10
1
-1
/
+1
*
Bring back discord module in discord.ext.commands documentation
Rapptz
2021-04-10
1
-1
/
+4
*
Update Sphinx to 3.5.3
Rapptz
2021-04-10
1
-1
/
+1
*
Remove current module reference in commands API docs
Rapptz
2021-04-10
1
-2
/
+0
*
[docs] Fix references to Greedy
Nadir Chowdhury
2021-04-10
2
-6
/
+6
*
[commands] Minimise code duplication in channel converters
Nadir Chowdhury
2021-04-10
1
-117
/
+23
*
Added discord.StageChannel in documentation
TheOneMusic
2021-04-10
1
-0
/
+1
*
[commands] Make `commands.Greedy` a `typing.Generic`
James
2021-04-10
3
-44
/
+96
*
Make the style of external and internal cross-references consistent
jack1142
2021-04-10
1
-2
/
+6
*
Add missing attribute tables
jack1142
2021-04-10
1
-0
/
+18
*
[commands] Provide a dynamic cooldown system
Dan Hess
2021-04-10
2
-19
/
+81
*
Fix all warnings with Sphinx
Rapptz
2021-04-10
6
-0
/
+12
*
Add missing future annotations import
Rapptz
2021-04-10
1
-0
/
+2
*
Add typings for invites, templates, and bans
Nadir Chowdhury
2021-04-10
7
-38
/
+185
[prev]
[next]