Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Structure

Nitrous edited this page Jan 28, 2018 · 1 revision

Commands and Groups are structured in a straightforward way for easy manipulation and access.

The structure of a command tree is shown as is:

commands
 L example.js
 L group
   L group.json
   L groupedcommand.js
  • You can run a command from the root with example
  • You can run a command from a subgroup with subgroup groupedcommand
Clone this wiki locally