Utility Commands
Fun and useful utility commands for everyday use.
Display current time in various timezones.
!time!time <timezone>Example:
!time UTC!time America/New_YorkFlip a coin.
!flipResponse: Randomly returns “Heads” or “Tails” with a coin emoji.
Get a random interesting fact.
!factResponse: A random fun fact from various categories.
!8ball
Section titled “!8ball”Ask the magic 8-ball a yes/no question.
!8ball <question>Example:
!8ball Will it rain tomorrow?Response: One of 20 classic Magic 8-Ball responses.
Perform a mathematical calculation.
!calc <expression>Examples:
!calc 2 + 2!calc 15 * 7!calc sqrt(144)!calc 2^10Supported Operations:
- Basic:
+,-,*,/ - Powers:
^or** - Parentheses:
(,) - Functions:
sqrt,sin,cos,tan,log,abs
!random
Section titled “!random”Generate a random number.
!random!random <max>!random <min> <max>Examples:
!random # 1-100!random 10 # 1-10!random 50 100 # 50-100Cast a vote or make a random selection.
!cast <option1>, <option2>, <option3>...Example:
!cast Pizza, Tacos, Sushi, BurgersResponse: Randomly selects one of the provided options.
!meme / !gif
Section titled “!meme / !gif”Get a random meme or GIF.
!meme!gifResponse: Returns a random meme image from the bot’s collection.
!op-name / !opname
Section titled “!op-name / !opname”Generate a military-style operation name (random or context-aware).
!op-name [optional context]!op-name -n <count>Options:
-n <number>: Generate multiple names (up to 7).[context]: Provide text or reply to a message to generate a name based on that context.
Examples:
!op-name # Random: Operation Crimson Thunder!op-name server migration # Context: Operation Digital Shift!op-name -n 3 # List: 3 random operation namesFeatures:
- Uses AI to generate thematic names if context is provided.
- Strictly follows NATO-style “Adjective Noun” format.
- Works by replying to messages to name ongoing “operations” in chat.
Get a random joke.
!jokeResponse: A random joke (usually programming or tech-related).
!quote
Section titled “!quote”Get an inspirational or notable quote.
!quoteResponse: A random famous quote with attribution.
!dichos / !dicho
Section titled “!dichos / !dicho”Get a Spanish saying (dicho).
!dichos!dichoResponse: A traditional Spanish proverb with translation.
Generate a secure random password.
!pass!pass <length>Examples:
!pass # 16 character password!pass 24 # 24 character passwordFeatures:
- Includes uppercase, lowercase, numbers, symbols
- Cryptographically secure random generation
- Minimum length: 8, Maximum: 64