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 59ca5ec386 Initial implementation of commands extension module. 9 years ago
..
ext Initial implementation of commands extension module. 9 years ago
__init__.py Add game data class, replace game_id. 9 years ago
channel.py Change permissions to remove the can_ prefix. 9 years ago
client.py Revert "Use super() in classes that could be subclassed." 9 years ago
colour.py Add __slots__ where appropriate to data classes. 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
game.py Add game data class, replace game_id. 9 years ago
invite.py Add __slots__ where appropriate to data classes. 9 years ago
member.py Add game data class, replace game_id. 9 years ago
message.py Message no longer upgrades if the channel is an Object 9 years ago
mixins.py Add __slots__ where appropriate to data classes. 9 years ago
object.py Revert "Use super() in classes that could be subclassed." 9 years ago
opus.py Documentation fixes for opus related import errors. 9 years ago
permissions.py Change permissions to remove the can_ prefix. 9 years ago
role.py Add __slots__ where appropriate to data classes. 9 years ago
server.py Add game data class, replace game_id. 9 years ago
state.py ConnectionState is now constructed in Client.__init__. 9 years ago
user.py Revert "Use super() in classes that could be subclassed." 9 years ago
utils.py Maintain order in role related functions. 9 years ago
voice_client.py make ip/port voice packet logic more clear 9 years ago