Commands
Automation Commands
| Command | Description | Usage |
|---|---|---|
| :action add | Create message triggers or cron jobs. | :action add "hello" => react(":wave:") |
| :action remove | Remove an automation action. | :action remove hello |
| :action list | View all configured actions. | :action list |
| :eval | Execute JavaScript (owners only). | :eval getGuildMemberCount() |