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
*
Fix possibility of PartialEmoji.id being a string
Eugene
2020-05-29
1
-1
/
+7
*
Add user_ids fields for query_members
Tarek
2020-05-29
3
-6
/
+23
*
Fix documentation string for guild.premium_subscription_count
numbermaniac
2020-05-29
1
-1
/
+1
*
Allow editing of channel types for news and text channels
NCPlayz
2020-05-29
3
-1
/
+19
*
Fix KeyError on Member Channels not in JSON
Anurag Singh
2020-05-29
1
-2
/
+4
*
implement AllowedMentions.__repr__
io mintz
2020-05-29
1
-0
/
+3
*
Add support for public user flags
JohnyTheCarrot
2020-05-29
5
-2
/
+115
*
Document that sleep_until considers naive datetimes as UTC.
Rapptz
2020-05-29
1
-1
/
+2
*
Consistent usage of RST inline code within Guild.features references
Rapptz
2020-05-23
1
-9
/
+9
*
Implement some missing attributes of `Guild` (and `Guild.edit`)
NCPlayz
2020-05-23
2
-7
/
+59
*
use `_channel_factory` instead of manual checking in `Guild._sync`
NCPlayz
2020-05-23
1
-9
/
+3
*
isinstance(x, y) and isinstance(x, z) -> isinstance(x, (y, z))
NCPlayz
2020-05-23
1
-1
/
+1
*
Change _handshaking variable when handshake terminate
매리
2020-05-23
1
-0
/
+1
*
Add spoiler keyword argument to Attachment.to_file
Zomatree
2020-05-23
1
-2
/
+6
*
Fix TypeError in chunker
apple502j
2020-05-23
1
-1
/
+1
*
Allow clearing the author information in embeds.
jack1142
2020-05-23
1
-0
/
+15
*
Prepare for the discord.com domain rename
Rapptz
2020-05-23
16
-33
/
+33
*
player: Close ffmpeg stdin during streaming
Terrance
2020-05-23
1
-2
/
+2
*
state: use bytes.hex() instead of binascii.hexlify().decode()
iomintz
2020-05-10
1
-2
/
+1
*
Fix timeout issues with fetching members via query_members
Rapptz
2020-05-10
4
-58
/
+42
*
allow passing color int to role.edit
Anurag Singh
2020-05-10
1
-1
/
+7
*
Aliases passed as a list or as a tuple
Saphielle Akiyama
2020-05-10
1
-2
/
+2
*
Use GuildChannel abc for CategoryChannel edit
Steve C
2020-05-10
1
-11
/
+1
*
[tasks] Allow Loop.cancel in Loop.before_loop
Steve C
2020-05-10
1
-0
/
+1
*
Add support server as contact link in issue templates
jack1142
2020-05-10
2
-11
/
+4
*
[commands] Document that cog_command_error must be async
Xua
2020-05-10
1
-2
/
+2
*
add support for allowed_mentions with message edit
StarrFox
2020-05-10
1
-0
/
+16
*
Specify the unit for `max_age` arg in `GuildChannel.create_invite()`
jack1142
2020-05-07
1
-1
/
+1
*
Escape backslashes in display name in `clean_prefix`
jack1142
2020-05-07
1
-1
/
+1
*
[tasks] Fix tasks decorators being discarded
Steve C
2020-05-07
1
-0
/
+3
*
fix HTTPException explanation in Guild.fetch_member docs
iomintz
2020-05-06
1
-1
/
+1
*
fix NotificationLevel being suppressed
Xua
2020-05-03
1
-6
/
+4
*
Fix colour properties being displayed as methods in the documentation.
kittenswolf
2020-05-03
3
-6
/
+6
*
Add roles parameter for pruning members.
unknown
2020-05-03
2
-4
/
+16
*
Make use_cached keyword only
Rapptz
2020-05-03
1
-2
/
+2
*
allow passing EmptyEmbed to set_image and set_thumbnail
Riley Shaw
2020-05-02
1
-6
/
+18
*
Add versionadded to Attachment.to_file use_cached param
Josh
2020-05-02
1
-0
/
+2
*
flags: support accessing flag value instances on the class
Io Mintz
2020-04-20
1
-0
/
+5
*
Convert id parameter of Object into int or raise TypeError on failure
Rapptz
2020-04-19
1
-1
/
+6
*
Decrement Guild.member_count even if member is not cached
Rapptz
2020-04-19
1
-1
/
+1
*
Allow HistoryIterator to take limit of 1 even when around is passed
hamza1311
2020-04-19
1
-2
/
+0
*
Fix PartialEmoji.url.read for reactions
apple502j
2020-04-18
1
-1
/
+1
*
Fix cases where member_count is equal to 0
Rapptz
2020-04-16
1
-1
/
+1
*
[tasks] Replace stack-based implementation with a cleaner one.
Rapptz
2020-04-14
1
-37
/
+6
*
[tasks] Create different Loop objects for different instances
Rapptz
2020-04-14
1
-2
/
+44
*
Bump blocking threshold from 5 seconds to 10 seconds
Rapptz
2020-04-14
1
-3
/
+3
*
Add traceback to debug blocking issues
Rapptz
2020-04-14
1
-1
/
+12
*
Remove from the FAQ that there's no event for invites being created
chickenmatty
2020-04-14
1
-1
/
+1
*
Guild.owner may be None for very large guilds.
Arthur
2020-04-14
1
-1
/
+1
*
Fix an FFmpegOpusAudio documentation detail, and some capitalization
Austin Lasher
2020-04-14
1
-6
/
+6
[next]