Tobotimus
|
3112e1c17e
|
Add intersphinx
|
2018-01-06 17:23:59 -05:00 |
|
JW
|
c220b3faa4
|
Fixed a typo in calls.py
Suggested by libffi-dev-on on Discord. Changed Optiona into Optional
|
2017-07-04 23:16:16 +03:00 |
|
Rapptz
|
a0fc1402d7
|
Rename GuildRegion to VoiceRegion.
This naming makes more sense since voice regions are not a guild
exclusive concept.
|
2017-05-09 13:42:35 -04:00 |
|
Rapptz
|
ff9f5749e1
|
Update copyright year to 2017.
|
2017-01-20 23:19:19 -05:00 |
|
Rapptz
|
98b981848d
|
Move message creation to a factory method inside ConnectionState.
|
2017-01-03 09:52:10 -05:00 |
|
Rapptz
|
79a49f9145
|
Absolute import some circular dependencies to appease Python 3.4.
|
2017-01-03 09:52:02 -05:00 |
|
Rapptz
|
d1d54a468a
|
Rename Server to Guild everywhere.
|
2017-01-03 09:51:54 -05:00 |
|
Rapptz
|
53ab263125
|
Split channel types.
This splits them into the following:
* DMChannel
* GroupChannel
* VoiceChannel
* TextChannel
This also makes the channels "stateful".
|
2017-01-03 09:51:52 -05:00 |
|
Rapptz
|
45c729b167
|
Switch IDs to use int instead of str
|
2017-01-03 09:51:49 -05:00 |
|
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.
|
2017-01-03 09:51:47 -05:00 |
|
Rapptz
|
0000b2576e
|
Fix SyntaxError in constructing VoiceState for Python 3.4
Generalised unpacking is 3.5 only.
|
2016-07-21 22:09:38 -04:00 |
|
Rapptz
|
d961bc4da0
|
Add ourselves into the ringing lookup cache.
|
2016-07-15 23:43:40 -04:00 |
|
Rapptz
|
bd39c3ef45
|
Add utility properties to CallMessage to query information.
|
2016-07-15 23:42:53 -04:00 |
|
Rapptz
|
1c8ab25917
|
Add support for querying information about group calls.
|
2016-07-15 22:46:00 -04:00 |
|
Rapptz
|
a128249b63
|
Add support for different message types and call message.
|
2016-07-13 20:11:18 -04:00 |
|