Bot Emojis Resource¶
Note
The following classes come from the scurrypy.resources.bot_emoji module.
BotEmoji
dataclass
¶
Bases: BaseResource
Represents a Discord Bot Emoji.
application_id: int
instance-attribute
¶
Application ID of the emojis.
context: Any
instance-attribute
¶
Associated user data.
fetch
async
¶
Fetch an emoji from the bot repository.
Parameters:
-
emoji_id(int) –emoji ID
Returns:
-
EmojiModel–the Emoji object