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
*
Fix WebhookMessages docstrings
Steve C
2020-12-10
1
-2
/
+2
*
Add support for editing and deleting webhook messages.
Rapptz
2020-12-09
3
-13
/
+236
*
Revert Message.edit logic that deals with allowed_mentions
Rapptz
2020-12-08
1
-26
/
+11
*
Fix embed suppression when using client-wide allowed_mentions
Lilly Rose Berner
2020-12-08
1
-1
/
+1
*
[commands] Added in missing channel links
Ben Skerritt
2020-12-07
1
-1
/
+1
*
Fix wrong documented permission for GuildChannel.invites()
Misa
2020-12-07
1
-1
/
+1
*
Add created_at property to PartialEmoji
Steve C
2020-12-06
1
-1
/
+12
*
[commands] Cog unload failures are swallowed.
Rapptz
2020-12-03
1
-1
/
+4
*
Add support for chunking AsyncIterator objects
Josh
2020-12-03
1
-0
/
+25
*
Update documentation for rules/updates channels
RocketRace
2020-12-03
1
-3
/
+3
*
Fix Team.icon_url_as format argument default value
Bryan Forbes
2020-11-28
1
-1
/
+1
*
[bug] call super constructor for `CustomActivity` to fix `created_at`
Nadir Chowdhury
2020-11-28
1
-0
/
+1
*
[chore] Remove redundant imports
Nadir Chowdhury
2020-11-28
10
-22
/
+6
*
Fix `UnboundLocalError` for editing `public_updates_channel`
Nadir Chowdhury
2020-11-28
1
-3
/
+3
*
Fix Message.to_reference from the MessageReference changes
Rapptz
2020-11-27
1
-1
/
+3
*
Correct docstring missing ]
Rapptz
2020-11-27
1
-1
/
+1
*
Added MessageReference.resolved attribute to get replied to message
Rapptz
2020-11-27
2
-3
/
+66
*
Allow MessageReference to be constructible by users
Rapptz
2020-11-27
1
-6
/
+22
*
Code cleanup involving enums and message replies
Rapptz
2020-11-27
4
-101
/
+80
*
Implement discord.Message.reply
PikalaxALT
2020-11-26
6
-60
/
+229
*
Fix `discord.RoleTags` resolution
Nadir Chowdhury
2020-11-26
1
-1
/
+1
*
Add a way to check if the websocket is rate limited.
Rapptz
2020-11-26
2
-0
/
+35
*
Implement role tags.
Rapptz
2020-11-26
2
-4
/
+102
*
[commands] Allow setting description of cogs
SebbyLaw
2020-11-26
1
-5
/
+15
*
Fix preview_asset key name in Sticker
Rapptz
2020-11-23
1
-1
/
+1
*
[commands] Fetch user if an ID is passed and cache lookup fails.
Rapptz
2020-11-23
1
-18
/
+29
*
Sticker implementation cleanup
Rapptz
2020-11-23
2
-6
/
+11
*
Ensure member key is not overwritten by author key in MESSAGE_UPDATE
Rapptz
2020-11-23
2
-7
/
+17
*
Don't store a user cache if there's no member intent or cache is off
Rapptz
2020-11-23
2
-0
/
+10
*
Add sticker support
Zomatree
2020-11-23
5
-2
/
+155
*
Suppress the creation of a command window from ffmpeg on Windows
Rapptz
2020-11-21
1
-2
/
+7
*
Clear the connected flag when potentially reconnecting the player
Rapptz
2020-11-21
1
-0
/
+2
*
Fix attribute error during rapid disconnects in VoiceClient.
Rapptz
2020-11-21
1
-0
/
+1
*
Fix error with templates not having access to member cache flags.
Rapptz
2020-11-21
4
-15
/
+19
*
Bump version for development purposes
Rapptz
2020-11-21
1
-2
/
+2
*
Clarify Colour.random RNG
Rapptz
2020-11-21
1
-2
/
+10
*
Add Colour.random factory method
Caio Alexandre
2020-11-21
1
-0
/
+6
*
Properly document that categories throw 404's on create_invite.
webtax-gh
2020-11-21
1
-1
/
+4
*
Raise DiscordServerError for 503 Service Unavailable errors
Harmon
2020-11-21
1
-0
/
+2
*
[commands] Update MessageConverter link regex
Jonathan Feenstra
2020-11-21
1
-4
/
+3
*
Raise ClientException when members intent is not enabled on guild.fetch_members
Lukas
2020-11-21
1
-1
/
+8
*
Implement icon_rl_as and cover_image_url_as for AppInfo
SebbyLaw
2020-11-21
4
-10
/
+144
*
Version bump to v1.5.1
v1.5.1
v1.5.x
Rapptz
2020-10-19
1
-2
/
+2
*
Fix error when querying members from the gateway.
Rapptz
2020-10-19
1
-2
/
+1
*
Allow concurrent calls to guild.chunk()
Rapptz
2020-10-19
1
-23
/
+35
*
Load member from guild_member_update dispatch
Florian Spieß
2020-10-17
1
-0
/
+3
*
[commands] Lazily fetch members in discord.Member converters
Rapptz
2020-10-17
1
-1
/
+46
*
Ensure our own member is never evicted from the cache in any policy.
Rapptz
2020-10-17
1
-4
/
+5
*
Add internal method to check if the websocket is currently ratelimited
Rapptz
2020-10-17
1
-0
/
+9
*
Fix attribute errors when timing out during chunking start-up
Rapptz
2020-10-17
1
-2
/
+2
[next]