-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37a95b4
commit 5c59dbe
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|