diff --git a/disco/voice/udp.py b/disco/voice/udp.py index 8b32080..e107d6b 100644 --- a/disco/voice/udp.py +++ b/disco/voice/udp.py @@ -1,13 +1,14 @@ import struct import socket import gevent +import warnings from collections import namedtuple try: import nacl.secret except ImportError: - print('WARNING: nacl is not installed, voice support is disabled') + warnings.warn('nacl is not installed, voice support is disabled') from holster.enum import Enum