getGlobalOverridesInGuild abstract method

Cacheable<Snowflake, ISlashCommandPermissionOverrides> getGlobalOverridesInGuild(
  1. Snowflake guildId
)

Returns the global overrides for commands in a guild.

Implementation

Cacheable<Snowflake, ISlashCommandPermissionOverrides> getGlobalOverridesInGuild(Snowflake guildId);