fetchPermissionOverrides abstract method

Future<Iterable<ISlashCommandPermissionOverrides>> fetchPermissionOverrides(
  1. Snowflake guildId
)

Fetch the permission overrides for all commands in a guild. The global overrides for that guild have an ID which is equal to the application ID.

Implementation

Future<Iterable<ISlashCommandPermissionOverrides>> fetchPermissionOverrides(Snowflake guildId);