コード例 #1
0
 public Task <RestGlobalCommand> CreateGlobalCommand(Action <SlashCommandCreationProperties> func, RequestOptions options = null)
 => InteractionHelper.CreateGlobalCommand(this, func, options);
コード例 #2
0
 public Task <RestGlobalCommand> CreateGlobalCommand(SlashCommandCreationProperties properties, RequestOptions options = null)
 => InteractionHelper.CreateGlobalCommand(this, properties, options);