Property CommandTrees
- Namespace
- DSharpPlus.Commands.EventArgs
- Assembly
- DSharpPlus.Commands.dll
CommandTrees
The collection of command trees to be built when the event is done.
public required List<CommandBuilder> CommandTrees { get; init; }
Property Value
Remarks
This collection is mutable and can be modified to add or remove command trees.