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:
|
||||
|
@@ -617,6 +617,7 @@
|
||||
"quotes_remove_none": "No quotes found which you can remove.",
|
||||
"quote_added_new": "Quote #{0} added.",
|
||||
"quote_deleted": "Quote #{0} deleted.",
|
||||
"quote_edited": "Quote Edited",
|
||||
"region": "Region",
|
||||
"remind": "I will remind {0} to {1} in {2} `({3:d.M.yyyy.} at {4:HH:mm})`",
|
||||
"remind_timely": "I will remind you about your timely reward {0}",
|
||||
|
Reference in New Issue
Block a user