| .. |
|
bin
|
Add libopus DLLs for ease of use.
|
10 years ago |
|
ext/commands
|
[commands] Fix Command.root_parent not properly working.
|
9 years ago |
|
__init__.py
|
Implement "partial" message events.
|
9 years ago |
|
__main__.py
|
[commands] Add __global_check_once to list of cog functions.
|
9 years ago |
|
abc.py
|
Remove GuildChannel.is_default
|
9 years ago |
|
audit_logs.py
|
Fix AuditLogDiff.__iter__ to return an actual iterable.
|
9 years ago |
|
backoff.py
|
Fixed ExponentialBackoff not working when integral
|
9 years ago |
|
calls.py
|
Fixed a typo in calls.py
|
9 years ago |
|
channel.py
|
Add bulk argument to TextChannel.purge
|
9 years ago |
|
client.py
|
Add documentation examples for AsyncIterator and change_presence.
|
9 years ago |
|
colour.py
|
Make supported operations stand out more than attributes.
|
9 years ago |
|
compat.py
|
Add compatibility shim for asyncio.Future creation.
|
10 years ago |
|
context_managers.py
|
Start typing immediately when using async typing context manager.
|
9 years ago |
|
embeds.py
|
Simplify embed timestamp code due to it being fixed Discord side.
|
9 years ago |
|
emoji.py
|
Allow PartialReactionEmoji in add_reaction and remove_reaction.
|
9 years ago |
|
enums.py
|
Change VerificationLevel, ContentFilter to be IntEnums
|
9 years ago |
|
errors.py
|
Support for API v7 error handling.
|
9 years ago |
|
file.py
|
Fix File not using the filename if given
|
9 years ago |
|
game.py
|
handle Game.name being None
|
9 years ago |
|
gateway.py
|
Add DiscordWebSocket.latency to measure discord heartbeat latency.
|
9 years ago |
|
guild.py
|
Remove Guild.create_invite too since it relies on a default channel.
|
9 years ago |
|
http.py
|
Raise in HTTPClient.request when out of retries
|
9 years ago |
|
invite.py
|
Remove Invite.accept.
|
9 years ago |
|
iterators.py
|
Rename AsyncIterator.get to next to prevent shadowing.
|
9 years ago |
|
member.py
|
Properly sort roles and discard everyone role in Member.colour.
|
9 years ago |
|
message.py
|
Message content is Optional in Message.edit.
|
9 years ago |
|
mixins.py
|
Update copyright year to 2017.
|
10 years ago |
|
object.py
|
Update copyright year to 2017.
|
10 years ago |
|
opus.py
|
Defer logging formatting until the logger is actually called.
|
9 years ago |
|
permissions.py
|
Permissions.view_audit_logs -> Permissions.view_audit_log
|
9 years ago |
|
player.py
|
Fix waiting for resume when calling stop() on AudioPlayer
|
9 years ago |
|
reaction.py
|
Rename AsyncIterator.get to next to prevent shadowing.
|
9 years ago |
|
relationship.py
|
Update copyright year to 2017.
|
10 years ago |
|
role.py
|
Make supported operations stand out more than attributes.
|
9 years ago |
|
shard.py
|
Rename internal ConnectionState attribute to have an underscore.
|
9 years ago |
|
state.py
|
Accidentally left a print statement.
|
9 years ago |
|
user.py
|
Rename avatar_is_animated to is_avatar_animated and make it a method.
|
9 years ago |
|
utils.py
|
allow trailing null bytes in uploaded jpegs
|
9 years ago |
|
voice_client.py
|
Continue connection loop with back-off if connecting fails >5 times.
|
9 years ago |