mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
add: Added .quteedit command
add: Added an edit button to .quoteshow and .exprshow commands that opens a modal which lets you edit the quote or expr in question
This commit is contained in:
@@ -1245,6 +1245,15 @@ quoteadd:
|
||||
desc: "The name of the quote used to retrieve the quote."
|
||||
text:
|
||||
desc: "The message of the quote."
|
||||
quoteedit:
|
||||
desc: Edits a quote with the specified ID.
|
||||
ex:
|
||||
- 55 This is the new response.
|
||||
params:
|
||||
- quoteId:
|
||||
desc: "The ID of the quote being edited."
|
||||
text:
|
||||
desc: "The new message of the quote."
|
||||
quoteprint:
|
||||
desc: Prints a random quote with a specified name.
|
||||
ex:
|
||||
|
Reference in New Issue
Block a user