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