[NodeMod Core]
/ .. / ServerCommandContext
Interface: ServerCommandContext
Defined in: src/core/cmd.ts:28
Context object containing information about a server command execution.
Properties
text
text:
string
Defined in: src/core/cmd.ts:30
The raw command text as entered
args
args:
string[]
Defined in: src/core/cmd.ts:32
Array of parsed command arguments, including the command name as the first element