Ejemplo n.º 1
0
 public Task <RestGlobalCommand> CreateGlobalCommand(Action <SlashCommandCreationProperties> func, RequestOptions options = null)
 => InteractionHelper.CreateGlobalCommand(this, func, options);
Ejemplo n.º 2
0
 public Task <RestGlobalCommand> CreateGlobalCommand(SlashCommandCreationProperties properties, RequestOptions options = null)
 => InteractionHelper.CreateGlobalCommand(this, properties, options);