From 2820cf954b4ee351b00f6f27a79c61a217e31846 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sat, 10 Jul 2021 16:19:11 +0200 Subject: [PATCH] Update description, plus change to double quotes --- commands/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/custom.js b/commands/custom.js index e54d693..97ff819 100644 --- a/commands/custom.js +++ b/commands/custom.js @@ -8,7 +8,7 @@ const editCustomCommand = require("../util/editCustomCommand"); module.exports = { name: 'custom', - description: 'Add custom commands, see help custom for more', + description: "Manage custom commands, see help custom for more", moreHelp: ["custom add - Add new custom commands", "custom edit - Edit an existing command that you own", "custom show - Show custom message unformatted.",