Explorar el Código

Fix typo in documentation

denikson hace 6 años
padre
commit
b669407b47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,