浏览代码

Fix typo in documentation

denikson 6 年之前
父节点
当前提交
b669407b47
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,