Add support for rich embeds.

This commit is contained in:
Rapptz
2016-11-13 05:05:22 -05:00
parent a7ba0bb7c4
commit af46718460
5 changed files with 446 additions and 6 deletions

View File

@ -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