8 Commits (db4cc791dd45c6665767d31f219e6e9285a94fb6)

Author SHA1 Message Date
Rapptz db4cc791dd Update license of files to 2016. 9 years ago
Khazhismel 0aa46e6def Add game data class, replace game_id. 9 years ago
Rapptz f1f0e169e4 Add __slots__ where appropriate to data classes. 9 years ago
Rapptz 79bdf2a721 Add enumerators instead of strings. 9 years ago
Rapptz df3cb831a9 Member.roles array now has the default role as the first element. 9 years ago
Rapptz 5ca04ea08f Use try-except instead of checking for membership. 10 years ago
Azza 0b4706699f fixed voice_members not updating when changing channels 10 years ago
Rapptz a0073c734e Split data classes into more files. 10 years ago
Rapptz 5efddaf35d Support unavailable servers. 10 years ago
Rapptz 2813652995 Fix bug with member voice state update. 10 years ago
Rapptz a9fd4fc4e3 Better detection for the @everyone role. 10 years ago
Rapptz c4f7664bd9 Only remove if the user is actually in the voice channel. 10 years ago
Rapptz be14fd1dcc Add Channel.voice_members 10 years ago
Rapptz 411b477a02 Separate colour tuple into its own class. 10 years ago
Rapptz ab2512785b Handle VOICE_STATE_UPDATE websocket events. 10 years ago
Rapptz 4ff7d22edd Handle GUILD_ROLE_UPDATE websocket events. 10 years ago
Rasmus Karlsson 75670fa0a2 Fixed get_default_role in Server attempting to access the wrong roles. 10 years ago
Rapptz 608384dd4f Parse role colour and other new role attributes. 10 years ago
Rapptz 2559051e06 Pass kwargs to all constructors for future proofing. 10 years ago
Rapptz d93c18b28e Add get_default_role for servers to get the 'everyone' role. 10 years ago
Rapptz 568c2a773b Remove owner_id from Server and use owner instead. 10 years ago
Rapptz b4e6591c9d Refactor parse_time into its own utils file. 10 years ago
Rapptz b00ad4ad79 Use kwargs if the number of arguments needed is too many. 10 years ago
Rapptz b7fc383013 Python3 import fixes. 10 years ago
Rapptz faa7b726cd Quick documentation fixes 10 years ago
Rapptz 795b8ceffe on_status now takes only a member. 10 years ago
Rapptz 52852f4fd2 Give members their server as an attribute. 10 years ago
Rapptz 3aa8cc93a7 Members now have status info. 10 years ago
Rapptz 49bc2dbf48 Documentation update. 10 years ago
Rapptz 108f0a6c45 Server members are now their own class that subclass Users. 10 years ago
Rapptz 3e0f09d32c Initial commit 10 years ago