editGuildCommand abstract method

Future<ISlashCommand> editGuildCommand(
  1. Snowflake applicationId,
  2. Snowflake commandId,
  3. Snowflake guildId,
  4. SlashCommandBuilder builder
)

Edits single guild command with given commandId

Implementation

Future<ISlashCommand> editGuildCommand(Snowflake applicationId, Snowflake commandId, Snowflake guildId, SlashCommandBuilder builder);