deleteGlobalCommand abstract method

Future<void> deleteGlobalCommand(
  1. Snowflake commandId
)

Deletes global command

Implementation

Future<void> deleteGlobalCommand(Snowflake commandId);