..
bin
Add libopus DLLs for ease of use.
9 years ago
ext/ commands
[commands] Raise when an invalid prefix is given.
8 years ago
__init__.py
Implement "partial" message events.
8 years ago
__main__.py
[commands] Add __global_check_once to list of cog functions.
8 years ago
abc.py
Remove reason keyword argument from message deletion.
8 years ago
audit_logs.py
Fix cases where user_id can be None in audit logs.
8 years ago
backoff.py
Fixed ExponentialBackoff not working when integral
8 years ago
calls.py
Fixed a typo in calls.py
8 years ago
channel.py
Remove reason keyword argument from message deletion.
8 years ago
client.py
Add Client.latency, AutoShardedClient.latency and latencies.
8 years ago
colour.py
Make supported operations stand out more than attributes.
8 years ago
compat.py
Add compatibility shim for asyncio.Future creation.
8 years ago
context_managers.py
Start typing immediately when using async typing context manager.
8 years ago
embeds.py
Simplify embed timestamp code due to it being fixed Discord side.
8 years ago
emoji.py
Allow PartialReactionEmoji in add_reaction and remove_reaction.
8 years ago
enums.py
Change VerificationLevel, ContentFilter to be IntEnums
8 years ago
errors.py
Support for API v7 error handling.
8 years ago
file.py
Fix File not using the filename if given
8 years ago
game.py
handle Game.name being None
8 years ago
gateway.py
Add Client.latency, AutoShardedClient.latency and latencies.
8 years ago
guild.py
Remove Guild.create_invite too since it relies on a default channel.
8 years ago
http.py
Fix the proxy support for aiohttp>=1.4.
8 years ago
invite.py
Remove Invite.accept.
8 years ago
iterators.py
Rename AsyncIterator.get to next to prevent shadowing.
8 years ago
member.py
Support for discord.Object in Member.remove_roles and Member.add_roles
8 years ago
message.py
Remove reason keyword argument from message deletion.
8 years ago
mixins.py
Update copyright year to 2017.
8 years ago
object.py
Make discord.Object hashable.
8 years ago
opus.py
Defer logging formatting until the logger is actually called.
8 years ago
permissions.py
Disallow setting non-permission attributes
8 years ago
player.py
Fix waiting for resume when calling stop() on AudioPlayer
8 years ago
reaction.py
Rename AsyncIterator.get to next to prevent shadowing.
8 years ago
relationship.py
Update copyright year to 2017.
8 years ago
role.py
Make supported operations stand out more than attributes.
8 years ago
shard.py
Add Client.latency, AutoShardedClient.latency and latencies.
8 years ago
state.py
Add heartbeat_timeout to the Client options.
8 years ago
user.py
Rename avatar_is_animated to is_avatar_animated and make it a method.
8 years ago
utils.py
allow trailing null bytes in uploaded jpegs
8 years ago
voice_client.py
Continue connection loop with back-off if connecting fails >5 times.
8 years ago