fetchGuildCommand abstract method

Future<ISlashCommand> fetchGuildCommand(
  1. Snowflake applicationId,
  2. Snowflake commandId,
  3. Snowflake guildId
)

Fetches single guild command with given commandId

Implementation

Future<ISlashCommand> fetchGuildCommand(Snowflake applicationId, Snowflake commandId, Snowflake guildId);