Add heart reaction (#445)
This commit is contained in:
committed by
Mads Marquart
parent
e136d77ade
commit
915f9a3782
@@ -35,6 +35,7 @@ class EmojiSize(Enum):
|
|||||||
class MessageReaction(Enum):
|
class MessageReaction(Enum):
|
||||||
"""Used to specify a message reaction"""
|
"""Used to specify a message reaction"""
|
||||||
|
|
||||||
|
HEART = "❤"
|
||||||
LOVE = "😍"
|
LOVE = "😍"
|
||||||
SMILE = "😆"
|
SMILE = "😆"
|
||||||
WOW = "😮"
|
WOW = "😮"
|
||||||
|
Reference in New Issue
Block a user