mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Bot will now 'try' to set status to invisible before going offline when '.die' command is used, but it doesn't seem to have (much/any) effect. .qsearch is more powerful
This commit is contained in:
@@ -601,9 +601,12 @@ quoteshow:
|
||||
args:
|
||||
- "123"
|
||||
quotesearch:
|
||||
desc: "Shows a random quote for a keyword that contains any text specified in the search."
|
||||
desc: "Shows a random quote given a search query. Partially matches in several ways: 1) Only content of any quote, 2) only by author, 3) keyword and content, 3) or keyword and author"
|
||||
args:
|
||||
- "keyword text"
|
||||
- """find this long text"""
|
||||
- "AuthorName"
|
||||
- "keyword some text"
|
||||
- "keyword AuthorName"
|
||||
quoteid:
|
||||
desc: "Displays the quote with the specified ID number. Quote ID numbers can be found by typing `{0}liqu [num]` where `[num]` is a number of a page which contains 15 quotes."
|
||||
args:
|
||||
|
Reference in New Issue
Block a user