diff options
| author | Rapptz <[email protected]> | 2016-11-13 05:05:22 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-11-13 05:07:58 -0500 |
| commit | af46718460d42cabe9c557719ef72e0df0742b54 (patch) | |
| tree | 68764a275aae61e08d16ebe5a447d82a539dea26 /discord/__init__.py | |
| parent | Version bump to v0.14.3 (diff) | |
| download | discord.py-af46718460d42cabe9c557719ef72e0df0742b54.tar.xz discord.py-af46718460d42cabe9c557719ef72e0df0742b54.zip | |
Add support for rich embeds.
Diffstat (limited to 'discord/__init__.py')
| -rw-r--r-- | discord/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/__init__.py b/discord/__init__.py index 0b7ebba2..f2077a7e 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -37,6 +37,7 @@ from . import utils, opus, compat from .voice_client import VoiceClient from .enums import ChannelType, ServerRegion, Status, MessageType, VerificationLevel from collections import namedtuple +from .embeds import Embed import logging |