Fix KeyError with events.

This commit is contained in:
Rapptz
2015-09-05 15:52:48 -04:00
parent 73919fe152
commit 9119f61caa
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ __title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015 Rapptz'
__version__ = '0.5.0'
__build__ = 0x005000
__version__ = '0.5.1'
__build__ = 0x005010
from .client import Client
from .user import User