deleteGlobalCommand abstract method

Future<void> deleteGlobalCommand(
  1. Snowflake applicationId,
  2. Snowflake commandId
)

Deletes global command with given commandId

Implementation

Future<void> deleteGlobalCommand(Snowflake applicationId, Snowflake commandId);