fetchCommandOverrides abstract method

Future<ISlashCommandPermissionOverrides> fetchCommandOverrides(
  1. Snowflake commandId,
  2. Snowflake guildId
)

Fetch the command permission overrides for a command in a guild.

Implementation

Future<ISlashCommandPermissionOverrides> fetchCommandOverrides(Snowflake commandId, Snowflake guildId);