Rapptz
|
53ab263125
|
Split channel types.
This splits them into the following:
* DMChannel
* GroupChannel
* VoiceChannel
* TextChannel
This also makes the channels "stateful".
|
9 years ago |
Rapptz
|
45c729b167
|
Switch IDs to use int instead of str
|
9 years ago |
Rapptz
|
31229a53e9
|
Optimise VoiceState for memory.
Instead of storing one VoiceState per Member, only store them if
necessary. This should bring down the number of instances
significantly.
|
9 years ago |
Rapptz
|
0000b2576e
|
Fix SyntaxError in constructing VoiceState for Python 3.4
Generalised unpacking is 3.5 only.
|
9 years ago |
Rapptz
|
d961bc4da0
|
Add ourselves into the ringing lookup cache.
|
9 years ago |
Rapptz
|
bd39c3ef45
|
Add utility properties to CallMessage to query information.
|
9 years ago |
Rapptz
|
1c8ab25917
|
Add support for querying information about group calls.
|
9 years ago |
Rapptz
|
a128249b63
|
Add support for different message types and call message.
|
9 years ago |
Rapptz
|
db4cc791dd
|
Update license of files to 2016.
|
9 years ago |
Rapptz
|
f1f0e169e4
|
Add __slots__ where appropriate to data classes.
|
9 years ago |
Rapptz
|
51d91c2a82
|
Most data classes now support hashing.
|
9 years ago |
Rapptz
|
9137d92f67
|
All data classes now support !=, == and str(obj).
|
9 years ago |
Rapptz
|
44953e7a3f
|
Rename project from pydiscord to discord.py
|
10 years ago |
Rapptz
|
3e0f09d32c
|
Initial commit
|
10 years ago |