Skip to content

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_York

Flip a coin.

!flip

Response: Randomly returns “Heads” or “Tails” with a coin emoji.


Get a random interesting fact.

!fact

Response: A random fun fact from various categories.


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^10

Supported Operations:

  • Basic: +, -, *, /
  • Powers: ^ or **
  • Parentheses: (, )
  • Functions: sqrt, sin, cos, tan, log, abs

Generate a random number.

!random
!random <max>
!random <min> <max>

Examples:

!random # 1-100
!random 10 # 1-10
!random 50 100 # 50-100

Cast a vote or make a random selection.

!cast <option1>, <option2>, <option3>...

Example:

!cast Pizza, Tacos, Sushi, Burgers

Response: Randomly selects one of the provided options.


Get a random meme or GIF.

!meme
!gif

Response: Returns a random meme image from the bot’s collection.


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 names

Features:

  • 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.

!joke

Response: A random joke (usually programming or tech-related).


Get an inspirational or notable quote.

!quote

Response: A random famous quote with attribution.


Get a Spanish saying (dicho).

!dichos
!dicho

Response: A traditional Spanish proverb with translation.


Generate a secure random password.

!pass
!pass <length>

Examples:

!pass # 16 character password
!pass 24 # 24 character password

Features:

  • Includes uppercase, lowercase, numbers, symbols
  • Cryptographically secure random generation
  • Minimum length: 8, Maximum: 64