Skip to content

Commit

Permalink
Added quote docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Jul 20, 2024
1 parent 37a95b4 commit 5c59dbe
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docs/docs/quotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
id: quotes
title: Quotes
---

# Quotes

## Add a quote

`{quote.add}`

Adds a quote and returns "Quote created with number: x".
Syntax: !<command> <message>


## Edit a quote

`{quote.edit}`

Edit a quote a quote and returns "Quote updated".
Syntax: !<command> <quote number> <message>


## Delete a quote

`{quote.delete}`

Delete a quote. Returns "Quote deleted".
Syntax: !<command> <quote number>


## Display a quote

`{quote.message}`

Returns the quote.

`{quote.number}`

Returns the quote number.

`{quote.user}`

Returns the name of the user who added the quote.

`{quote.date}`

Returns the date when the quote was added.

0 comments on commit 5c59dbe

Please sign in to comment.