Skip to content

Quotes

Quote variables let commands add, edit, delete, and display saved quotes.

"{quote.message}" ({quote.date}, id: {quote.number}, by: {quote.user})

Using a quote display command without a number returns a random quote. Passing a number as the first argument returns that specific quote.

VariableUseExample 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
VariableUseExample 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