Add enums to __init__.py

This commit is contained in:
Rapptz 2015-12-09 07:07:37 -05:00
parent 2747f33ee2
commit 4e3301a57c

View File

@ -33,6 +33,7 @@ from .object import Object
from . import utils
from . import opus
from .voice_client import VoiceClient
from .enums import ChannelType, ServerRegion, Status
import logging