You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rapptz ea72d5e63d [commands] Guarantee that local error handler is called before generic. 10 years ago
..
bin Add libopus DLLs for ease of use. 10 years ago
ext [commands] Guarantee that local error handler is called before generic. 10 years ago
__init__.py Change version info to 1.0.0a0. 10 years ago
abc.py Remove _get_guild_id from Messageable ABC. 10 years ago
calls.py Move message creation to a factory method inside ConnectionState. 10 years ago
channel.py Remove _get_guild_id from Messageable ABC. 10 years ago
client.py Fix documentation to properly use Messageable.send 10 years ago
colour.py Add useful repr to all data classes. 10 years ago
compat.py Add compatibility layer for `run_coroutine_threadsafe`. 10 years ago
context_managers.py Fix Messageable.typing context manager. 10 years ago
embeds.py Add missing fields to Embed.from_data() 10 years ago
emoji.py Move message creation to a factory method inside ConnectionState. 10 years ago
enums.py Use CDN URL for default avatars. 10 years ago
errors.py Rename NoMoreMessages to NoMoreItems. 10 years ago
game.py Add useful repr to all data classes. 10 years ago
gateway.py Add AutoShardedClient.change_presence. 10 years ago
guild.py Use the improved role creation endpoint for making roles. 10 years ago
http.py Remove _get_guild_id from Messageable ABC. 10 years ago
invite.py Add useful repr to all data classes. 10 years ago
iterators.py Make Reaction.users return an async iterator. 10 years ago
member.py Remove _get_guild_id from Messageable ABC. 10 years ago
message.py Remove _get_guild_id from Messageable ABC. 10 years ago
mixins.py Remove extraneous unneeded hash calls. 10 years ago
object.py Move message creation to a factory method inside ConnectionState. 10 years ago
opus.py Add ability to set opus encoder input signal type. 10 years ago
permissions.py Remove extraneous kwargs from Permissions constructor. 10 years ago
reaction.py Make Reaction.users return an async iterator. 10 years ago
role.py Add Role.members to get every member with a role. 10 years ago
shard.py Remove extraneous prints. 10 years ago
state.py Simple parser for CHANNEL_PINS_UPDATE 10 years ago
user.py Remove _get_guild_id from Messageable ABC. 10 years ago
utils.py Allow uploading of GIFs for users. 10 years ago
voice_client.py Absolute import some circular dependencies to appease Python 3.4. 10 years ago