editGlobalCommand abstract method

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

Edits global command with given commandId using builder

Implementation

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