diff options
| author | Rapptz <[email protected]> | 2016-07-15 22:46:00 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-07-15 22:46:00 -0400 |
| commit | 1c8ab25917df5984d59869e305194ee56b300647 (patch) | |
| tree | 7b9c5c5280f762a8cd66b04b1da036c0f2f503b1 /discord/__init__.py | |
| parent | Fix the displaying of Message.system_content (diff) | |
| download | discord.py-1c8ab25917df5984d59869e305194ee56b300647.tar.xz discord.py-1c8ab25917df5984d59869e305194ee56b300647.zip | |
Add support for querying information about group calls.
Diffstat (limited to 'discord/__init__.py')
| -rw-r--r-- | discord/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/__init__.py b/discord/__init__.py index d422f652..f173e776 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -25,7 +25,7 @@ from .server import Server from .member import Member from .message import Message from .errors import * -from .calls import CallMessage +from .calls import CallMessage, GroupCall from .permissions import Permissions, PermissionOverwrite from .role import Role from .colour import Color, Colour |