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 ebcb532c38 Change regex from \d+ to [0-9]+ for performance reasons. 10 years ago
..
__init__.py Add discord.version_info 10 years ago
channel.py Channel.is_default_channel is now a property named is_default. 10 years ago
client.py Change regex from \d+ to [0-9]+ for performance reasons. 10 years ago
colour.py All data classes now support !=, == and str(obj). 10 years ago
endpoints.py Implement cache of login credentials. 10 years ago
enums.py Add enumerators instead of strings. 10 years ago
errors.py Add Forbidden and NotFound exceptions. 10 years ago
invite.py All data classes now support !=, == and str(obj). 10 years ago
member.py Add enumerators instead of strings. 10 years ago
message.py Change regex from \d+ to [0-9]+ for performance reasons. 10 years ago
mixins.py All data classes now support !=, == and str(obj). 10 years ago
object.py Clean-up documentation to use NumPy style docs on remaining classes. 10 years ago
opus.py Documentation fixes for opus related import errors. 10 years ago
permissions.py Remove the non-classmethod attributes in Permissions. 10 years ago
role.py Make more things into properties. 10 years ago
server.py Add Server.me attribute to access the Member version of Client.user. 10 years ago
state.py Add Server.me attribute to access the Member version of Client.user. 10 years ago
user.py Clean-up documentation to use NumPy style docs on remaining classes. 10 years ago
utils.py Clean-up documentation to use NumPy style docs on remaining classes. 10 years ago
voice_client.py Client.run now does cleanup when KeyboardInterrupt is encountered. 10 years ago