Update description, plus change to double quotes
This commit is contained in:
parent
2dab176290
commit
2820cf954b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const editCustomCommand = require("../util/editCustomCommand");
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'custom',
|
name: 'custom',
|
||||||
description: 'Add custom commands, see <prefix>help custom for more',
|
description: "Manage custom commands, see <prefix>help custom for more",
|
||||||
moreHelp: ["<prefix>custom add - Add new custom commands",
|
moreHelp: ["<prefix>custom add - Add new custom commands",
|
||||||
"<prefix>custom edit - Edit an existing command that you own",
|
"<prefix>custom edit - Edit an existing command that you own",
|
||||||
"<prefix>custom show - Show custom message unformatted.",
|
"<prefix>custom show - Show custom message unformatted.",
|
||||||
|
|
Loading…
Add table
Reference in a new issue