deleteGlobalCommand method

Future<void> deleteGlobalCommand(
  1. Snowflake commandId
)

Deletes global command

Implementation

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