Skip to content

Utility Commands ​

Helpful tools and productivity commands.

/afk ​

Set yourself as Away From Keyboard. When someone mentions you, the bot notifies them that you're AFK.

/afk              # Set AFK with no reason
/afk <reason>     # Set AFK with a reason

Example:

/afk sleeping 💤

When you send any message, your AFK status is automatically cleared with a "Welcome back!" notification showing how long you were away.

/remind ​

Set reminders that fire at a specific time.

/remind <duration> <message>

Duration formats:

FormatExampleDescription
Xs30sSeconds
Xm5mMinutes
Xh2hHours
Xd1dDays

Examples:

/remind 30m Check the oven
/remind 2h Call the client
/remind 1d Submit the report

/echo ​

Repeat your message back.

/echo <text>

/lang ​

Set the bot's language for the current chat.

/lang              # Show current language
/lang en           # Set to English
/lang id           # Set to Indonesian

See Internationalization for more details.

/time ​

Show the current time.

/time

/schedule ​

Manage scheduled messages and reminders.

/schedule <cron|every <interval>> <message>

Features:

  • Cron: Standard cron syntax (minute hour day month day-of-week)
  • Interval: "Every X time" (e.g. every 1h)
  • Management: List, cancel, toggle tasks

Examples:

/schedule 0 8 * * * Good morning!    # Daily at 8:00 AM
/schedule every 1h Drink water!      # Every hour
/schedule list                       # List active tasks
/schedule cancel <id>                # Cancel a task
/schedule toggle <id>                # Pause/Resume a task
/schedule info <id>                  # View task details

/digest ​

Configure periodic group summaries (daily/weekly), or send one immediately.

/digest status
/digest now
/digest off
/digest on daily <HH:MM>
/digest on weekly <day> <HH:MM>

Examples:

/digest on daily 20:00
/digest on weekly sun 20:00
/digest now

/summarize ​

AI-powered text summarization. Requires the Agentic AI feature to be enabled with a valid API key.

/summarize             # Summarize recent chat context

Usage:

  • Reply to a message: summarizes the quoted text
  • No reply: summarizes the last ~10 messages from AI memory

Aliases: tldr

INFO

This command has a 30-second cooldown to prevent abuse.

/translate ​

AI-powered translation.

/translate <target_language> <text>

You can also reply to a message:

/translate en

Aliases: tr

/rewrite ​

AI-powered rewrite in a selected style.

/rewrite <formal|casual|concise|professional|friendly> <text>

You can also reply to a message:

/rewrite concise

Aliases: rephrase

Built with ❤️