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
b9dafe375f
Add some basic ABCs.
9 years ago
Rapptz
5731f3405d
Version bump to v0.16.0.
8 years ago
Rapptz
64733c0b19
Version bump to v0.15.1
8 years ago
Rapptz
59d17e4137
Version bump to v0.15.0
8 years ago
Rapptz
af46718460
Add support for rich embeds.
9 years ago
Rapptz
a7ba0bb7c4
Version bump to v0.14.3
9 years ago
Rapptz
4fa1349869
Version bump to v0.14.2
9 years ago
Rapptz
f56dbb0379
Fix Reaction not importing.
Also bump version to v0.14.1
9 years ago
Rapptz
0e856494ed
Version bump to v0.14.0
9 years ago
Rapptz
1a624cd037
Version bump to v0.13.0
9 years ago
Rapptz
1987cd10df
Version bump to v0.12.0
9 years ago
Rapptz
203c64a9a4
Add support for server verification levels.
This adds a new enum named VerificationLevel to denote said verification
level. This enum will also be used in the Client.edit_server calls
instead of the undocumented int parameter.
9 years ago
Khazhismel
c5a989eeb2
Add custom emoji support.
9 years ago
Rapptz
fd3d775271
Version bump to v0.11.0
9 years ago
Rapptz
66875fbb0a
Document VoiceState class.
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
3cad1aeb59
Version bump to v0.10.0
9 years ago
Rapptz
f0fc70b2cf
Add a way to set permission overwrites when creating a channel.
9 years ago
Rapptz
fb82a37cc6
Add discord.PermissionOverwrite type for channel-specific overwrites.
9 years ago
Rapptz
a175c86aa1
Add Client.application_info to retrieve the current app info.
Fixes #241 .
9 years ago
Rapptz
1c623ccf11
Begin working on gateway v4 support.
Bump websockets requirement to v3.1
Should be squashed...
9 years ago
Rapptz
db4cc791dd
Update license of files to 2016.
9 years ago
Khazhismel
0aa46e6def
Add game data class, replace game_id.
9 years ago
Rapptz
2bf527334f
Add discord.version_info
9 years ago
Rapptz
4e3301a57c
Add enums to __init__.py
9 years ago
Rapptz
60945868b4
Clear up some documentation.
9 years ago
Rapptz
a6d6d832ff
Working voice sending implementation.
Currently you can only send from a stream that implements
``read`` and a ``ffmpeg`` or ``avconv``.
9 years ago
Rapptz
39988a36c9
Version bump to v0.9.0
9 years ago
Rapptz
9f12067b3d
Add discord.Object class for generic pass-by-ID.
10 years ago
Rapptz
a0073c734e
Split data classes into more files.
10 years ago
Rapptz
8552e24945
Version bump to v0.8.0
10 years ago
Rapptz
411b477a02
Separate colour tuple into its own class.
Also enumerate all the constant colours that Discord currently
supports.
10 years ago
Rapptz
e24806660d
Version bump to v0.7.0
10 years ago
Rapptz
8c1aa2ccc5
Fix bug with mentions not working.
10 years ago
Rapptz
94e6b4a8ef
Fix server attribute not being set in GUILD_MEMBER_ADD.
10 years ago
Rapptz
74db314d30
Fix an error with logging in the login method.
10 years ago
Rapptz
a04a526566
Bump to version v0.6.0
10 years ago
Rapptz
bbf1c5418b
Add support for logging.
10 years ago
Rapptz
f59ab28741
Add utils.find helper function.
10 years ago
Rapptz
9119f61caa
Fix KeyError with events.
10 years ago
Rapptz
73919fe152
Documentation fixes and version bump.
10 years ago
Rapptz
80eb567520
Add support for creating invites.
10 years ago
Rapptz
e60777e68b
Document exceptions and change conf.py version detection.
10 years ago
Rapptz
b7fc383013
Python3 import fixes.
10 years ago
Rapptz
5db2b31114
Version bump to v0.4.0.
10 years ago
Rapptz
af5292872b
Parse roles in the member building.
10 years ago
Rapptz
a85aab92b7
Version bump.
10 years ago
Rapptz
108f0a6c45
Server members are now their own class that subclass Users.
Roles are also now properly parsed.
10 years ago