Skip to content

Commit

Permalink
Maybe fix the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Jul 20, 2024
1 parent 5c59dbe commit 0874c06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/quotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ title: Quotes
`{quote.add}`

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


## Edit a quote

`{quote.edit}`

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


## Delete a quote

`{quote.delete}`

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


## Display a quote
Expand Down

0 comments on commit 0874c06

Please sign in to comment.