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 5f4e13df96 Fix Channel.permissions_for attribute error. 9 years ago
..
__init__.py Add discord.version_info 9 years ago
channel.py Fix Channel.permissions_for attribute error. 9 years ago
client.py Change regex from \d+ to [0-9]+ for performance reasons. 9 years ago
colour.py Most data classes now support hashing. 9 years ago
endpoints.py Implement cache of login credentials. 9 years ago
enums.py Add enumerators instead of strings. 9 years ago
errors.py Add Forbidden and NotFound exceptions. 9 years ago
invite.py Most data classes now support hashing. 9 years ago
member.py Add enumerators instead of strings. 9 years ago
message.py Add Message.clean_content property to get prettified mentions. 9 years ago
mixins.py Most data classes now support hashing. 9 years ago
object.py Clean-up documentation to use NumPy style docs on remaining classes. 9 years ago
opus.py Documentation fixes for opus related import errors. 9 years ago
permissions.py Most data classes now support hashing. 9 years ago
role.py Most data classes now support hashing. 9 years ago
server.py Most data classes now support hashing. 9 years ago
state.py Add Server.me attribute to access the Member version of Client.user. 9 years ago
user.py Most data classes now support hashing. 9 years ago
utils.py Clean-up documentation to use NumPy style docs on remaining classes. 9 years ago
voice_client.py Client.run now does cleanup when KeyboardInterrupt is encountered. 9 years ago