Ver código fonte

Fix typo in documentation

denikson 6 anos atrás
pai
commit
b669407b47
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      commands/quote.js

+ 1 - 1
commands/quote.js

@@ -8,7 +8,7 @@ const documentation = {
     },
     "remove quote <quote_index>": {
         auth: true,
-        description: "Removes quote. Use \"list quotes\" to get the <quote_index>!"
+        description: "Removes quote. Use \"quotes\" to get the <quote_index>!"
     },
     "quotes": {
         auth: true,