Emote
Cry
The `cry` command allows users to express a crying emotion with a random cry emoji in a Discord server. It can be triggered using the prefixes `P`, `p`, or the slash command `/`.
Command Details
- Name: cry
- Aliases: None
- Category: Emotes
- Description: Express a feeling of crying with a random cry emoji.
- Usage:
P cry
,p cry
, or/cry
- Examples:
P cry
p cry
/cry
- Cooldown: 3 seconds
- Arguments: None
- Slash Command: Enabled
- Permissions:
- Bot: SendMessages, ViewChannel, EmbedLinks
- User: None
- Player Requirements: None (no voice, DJ, or active player required)
Functionality
- Selects a random cry emoji from a predefined list (
emoji.emotes.cry
orglobalEmoji.emotes.cry
). - Displays an embed with:
- A title with customizable emojis.
- A description mentioning the user's display name expressing sadness.
- The selected cry emoji as an image.
- A footer with the requester's display name and avatar.
- Supports both prefix-based (
P
orp
) and slash command (/
) inputs. - Handles errors (e.g., issues with emoji retrieval or message sending) with a custom error message.
Code Overview
The command is built using a Command
class structure and handles both message-based and interaction-based (slash command) inputs. It uses:
client.utils.getRandomElement
to select a random cry emoji.client.embed()
to create a formatted embed with dynamic emojis and images.client.utils.emojiToImage
to convert the selected emoji into an image for the embed.- Language localization for messages and emojis.
- Error handling for unexpected issues during execution.
Angry
The `angry` command allows users to express an angry emotion with a random angry emoji in a Discord server. It can be triggered using the prefixes `P`, `p`, or the slash command `/`.
Cute
The `cute` command allows users to express a cute emotion with a random cute emoji in a Discord server. It can be triggered using the prefixes `P`, `p`, or the slash command `/`.