mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 18:33:02 +00:00
Re-add support for reactions.
We now store emojis in a global cache and make things like adding and removing reactions part of the stateful Message class.
This commit is contained in:
@ -20,7 +20,7 @@ __version__ = '0.16.0'
|
||||
from .client import Client, AppInfo, ChannelPermissions
|
||||
from .user import User
|
||||
from .game import Game
|
||||
from .emoji import Emoji
|
||||
from .emoji import Emoji, PartialEmoji
|
||||
from .channel import *
|
||||
from .guild import Guild
|
||||
from .member import Member, VoiceState
|
||||
|
Reference in New Issue
Block a user