deleteGuildCommand abstract method

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

Deletes guild command

Implementation

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