Quotes
Quote variables let commands add, edit, delete, and display saved quotes.
Example
Section titled “Example”Using a quote display command without a number returns a random quote. Passing a number as the first argument returns that specific quote.
Manage quotes
Section titled “Manage quotes”| Variable | Use | Example output |
|---|---|---|
{quote.add} | Creates a quote from the command input. | Quote created with number: x |
{quote.edit} | Updates an existing quote. | Quote updated |
{quote.delete} | Deletes an existing quote. | Quote deleted |
Display quotes
Section titled “Display quotes”| Variable | Use | Example output |
|---|---|---|
{quote.message} | Shows the quote text. | "This is a sample quote." |
{quote.number} | Shows the quote ID. | 42 |
{quote.user} | Shows the user attached to the quote. | SomeUser |
{quote.date} | Shows the quote date. | 2024-01-15 |