Skip to main content
The WhatsApp Assistant Bot responds to commands sent directly through WhatsApp chat. All commands start with ! or / and are designed to help you manage tasks, reminders, notes, and more.

Quick Reference

CommandDescriptionExample
!notifySet time-based reminders!notify call mom 30m
!todoManage your todo list!todo add Buy groceries
!noteSave and search notes!note save Meeting notes
!stickerConvert images/videos to stickers!sticker (reply to image)
!timerSet countdown timers!timer start 30m
/play /pause /skipControl Spotify playback/play
!helpShow command help!help notify
Instagram URLAutomatically download reels/postsSend any Instagram link

Getting Started

1

Send a command

Start a chat with the bot and send any command prefixed with !
!help
2

View command details

Get detailed help for any specific command
!help todo
3

Execute commands

Use commands to manage your tasks, notes, and reminders
!todo add Finish documentation

Command Categories

Productivity

  • !notify - Set reminders for future tasks
  • !todo - Track and manage your tasks
  • !note - Save important information
  • !timer - Set countdown timers

Media

Entertainment

Common Patterns

Time Format

Many commands accept time durations in the following formats:
  • 30m - 30 minutes
  • 1h - 1 hour
  • 2h30m - 2 hours and 30 minutes
  • 30 - Plain numbers default to minutes

List Operations

Commands that manage lists (todo, note, timer) follow consistent patterns:
  • add/save - Create new items
  • list - View all items
  • delete - Remove specific items
  • Use numeric indices to reference items (1, 2, 3…)

Help System

The bot includes a built-in help system:
!help              # Show all commands
!help notify       # Show detailed help for a command

Error Handling

All commands include error handling and will provide helpful feedback:
  • Invalid syntax shows usage examples
  • Missing parameters prompt for required information
  • Failed operations display clear error messages with the ❌ prefix
  • Successful operations show confirmation with ✅ prefix
The bot will respond with the correct usage format for that command. For example:
You: !notify
Bot: Usage: !notify <task> <time>
Yes! Use !help <command> to see specific examples:
!help notify
This will show the description, usage format, and multiple examples.
No. Subcommands are converted to lowercase internally, so !todo ADD, !todo add, and !todo Add all work the same way.

Build docs developers (and LLMs) love