Esempio n. 1
0
 public Task <RestGuildCommand> CreateGuildCommand(Action <SlashCommandCreationProperties> func, ulong guildId, RequestOptions options = null)
 => InteractionHelper.CreateGuildCommand(this, guildId, func, options);