Discord.Commands.CommandService.CreateCommand C# (CSharp) Méthode

CreateCommand() public méthode

public CreateCommand ( string cmd ) : Discord.Commands.CommandBuilder
cmd string
Résultat Discord.Commands.CommandBuilder
		public CommandBuilder CreateCommand(string cmd) => Root.CreateCommand(cmd);