Emojis

class dpytools.emojis.Emoji(value)

Enum class with common emojis used for reaction messages or related interactions

Example:

from dpytools import Emoji
message.add_reaction(Emoji.SMILE)

Note

Included Emojis:

SMILE = 🙂, THUMBS_UP = 👍, THUMBS_DOWN = 👎,

HEART = ❤️,GREEN_CHECK = ✅, X = ❌,

PROHIBITED = 🚫, FIRE = 🔥, STAR = ⭐,

RED_CIRCLE = 🔴, GREEN_CIRCLE = 🟢, YELLOW_CIRCLE = 🟡,

LAST_TRACK = ⏮️, REVERSE = ◀️, PLAY = ▶️,

NEXT_TRACK = ⏭️, PAUSE = ⏸️, FIRST_PLACE_MEDAL = 🥇,

SECOND_PLACE_MEDAL = 🥈, THIRD_PLACE_MEDAL = 🥉,

ONE = 1️⃣, TWO = 2️⃣, THREE = 3️⃣,

FOUR = 4️⃣, FIVE = 5️⃣, SIX = 6️⃣,

SEVEN = 7️⃣, EIGHT = 8️⃣, NINE = 9️⃣,

TEN = 🔟, ZERO = 0️⃣

class dpytools.emojis.EmojiNumbers(value)

Shortcut enum class that contains the number emojis from Emoji