deleteGuildCommand abstract method

Future<void> deleteGuildCommand(
  1. Snowflake applicationId,
  2. Snowflake commandId,
  3. Snowflake guildId
)

Deletes guild command with given commandId]

Implementation

Future<void> deleteGuildCommand(Snowflake applicationId, Snowflake commandId, Snowflake guildId);