From 9d3e80eb32449ae9005490fcd73d6eb1ec10532a Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sun, 3 Jul 2022 23:13:00 +0200 Subject: [PATCH] Fixed commands.en-US.yml --- src/NadekoBot/data/strings/commands/commands.en-US.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/data/strings/commands/commands.en-US.yml b/src/NadekoBot/data/strings/commands/commands.en-US.yml index 09873a369..71d9aacd1 100644 --- a/src/NadekoBot/data/strings/commands/commands.en-US.yml +++ b/src/NadekoBot/data/strings/commands/commands.en-US.yml @@ -603,7 +603,7 @@ quoteshow: quotesearch: 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: - - """find this long text""" + - "\"find this long text\"" - "AuthorName" - "keyword some text" - "keyword AuthorName"