deleteGuildCommand method

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

Deletes guild command

Implementation

Future<void> deleteGuildCommand(Snowflake commandId, Snowflake guildId) =>
    this.interactionsEndpoints.deleteGuildCommand(this._client.app.id, commandId, guildId);