Class CommandBuilder
- Namespace
- DSharpPlus.Commands.Trees
- Assembly
- DSharpPlus.Commands.dll
public class CommandBuilder- Inheritance
- 
      
      CommandBuilder
Properties
Methods
- Flatten()
- Traverses this command tree, returning this command builder and all subcommands recursively. 
- From(Delegate)
- Creates a new CommandBuilder from the specified - method.
- From(Delegate, params ulong[])
- Creates a new CommandBuilder from the specified - method.
- From(MethodInfo, object?)
- Creates a new CommandBuilder from the specified - method.
- From(MethodInfo, object?, params ulong[])
- Creates a new CommandBuilder from the specified - method.
- From(Type)
- Creates a new group CommandBuilder from the specified - type.
- From(Type, params ulong[])
- Creates a new group CommandBuilder from the specified - type.
- From<T>()
- Creates a new group CommandBuilder from the specified - type.
- From<T>(params ulong[])
- Creates a new group CommandBuilder from the specified - type.
- ToString()
- Returns a string that represents the current object.