Skip to content

Commit

Permalink
update help.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JShep89 committed Nov 29, 2021
1 parent 74c46ad commit 701c4b8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/commands/utility_commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -690,18 +690,23 @@ function helpMessage (config, param)
"```md\n" +
`# Command\n` +
`* ${cmd} create [channelName]\n` +
`* ${long} create [channelName]\n\n` +
`* ${long} create [channelName]\n` +
`* ${cmd} create [channelName] [categoryID]\n` +
`* ${long} create [channelName] [categoryID]\n\n` +
"```" +

"```md\n" +
`# Parameters\n` +
`* [channelName] - sets name of new channel\n\n` +
`* [channelName] - sets name of new channel\n` +
`* [categoryID] - sets category for the new channel\n\n` +
"```" +

"```md\n" +
`# Examples\n` +
`* ${cmd} create bob - your new channel would now be bob \n` +
`* ${long} create bob - your new channel would now be bob \n` +
`* ${cmd} create bob 914747144461843234 - your new channel would now be bob in the designated category \n` +
`* ${long} create bob 914747144461843234 - your new channel would now be bob in the designated category\n\n` +
"```\n";

// ---------------
Expand Down

0 comments on commit 701c4b8

Please sign in to comment.