Quotes
Manage quotes
Section titled “Manage quotes”{quote.add}
Section titled “{quote.add}”Adds a quote and returns:
Quote created with number: x
Syntax: !<cmd> the quote here
{quote.edit}
Section titled “{quote.edit}”Edits a quote and returns:
Quote updated
Syntax: !<cmd> <number> the new quote here
{quote.delete}
Section titled “{quote.delete}”Deletes a quote and returns:
Quote deleted
Syntax: !<cmd> <number>
Display a quote
Section titled “Display a quote”Using !<cmd>
without a number returns a random quote.
If a number is provided as the first argument, it returns that specific quote.
Syntax: !<cmd> [number]
Full example command
Section titled “Full example command”Command: !quote
Response:
"{quote.message}" ({quote.date}, id: {quote.number}, by: {quote.user})
{quote.message}
Section titled “{quote.message}”Returns the quote message.
{quote.number}
Section titled “{quote.number}”Returns the quote number.
{quote.user}
Section titled “{quote.user}”Returns the user who added the quote.
{quote.date}
Section titled “{quote.date}”Returns the date when the quote was added.