Fix issue with some MESSAGE_UPDATE events.

This commit is contained in:
Rapptz
2015-08-24 06:26:53 -04:00
parent d74f9c74cf
commit de3bce2b32
3 changed files with 25 additions and 15 deletions

View File

@@ -15,8 +15,8 @@ __title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015 Rapptz'
__version__ = '0.2.0'
__build__ = 0x002000
__version__ = '0.2.1'
__build__ = 0x002010
from client import Client
from user import User