From d239cc26666ff255a0c86c83541ef90f2b586598 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 9 Jun 2017 18:36:59 -0400 Subject: Implement "partial" message events. These are events that get triggered regardless of the state of the message cache. Useful for getting data from before the bot was booted. --- discord/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/__init__.py') diff --git a/discord/__init__.py b/discord/__init__.py index 32ff5b02..5efdd74a 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -20,7 +20,7 @@ __version__ = '1.0.0a' from .client import Client, AppInfo from .user import User, ClientUser, Profile from .game import Game -from .emoji import Emoji, PartialEmoji +from .emoji import Emoji, PartialReactionEmoji from .channel import * from .guild import Guild from .relationship import Relationship -- cgit v1.2.3