Custom Command
Contributing

Function Template

---
title: "$functionName"
---

Very useful and short description. It should have a dot at the end.

Usage

$functionName[all;parameters]
  • Optional Argument
    Default: None
    Tooltip
    Optional Argument
    - Description of this argument. Don't use code="true" if default is not a function.
  • Optional Argument
    Default: $authorID
    Tooltip
    Argument with default value
    - This argument uses code="true".
  • Required Argument
    Tooltip
    Required Argument
    - This argument is required.

Example

Using the function:

Member
9/5/2026

!!exec $sendMessage[Hello World!]

Custom Command
APP
9/5/2026

Hello World!

On this page