Functionseedcordv0.13.0fetchRoleFetches a role by ID from a client or guild. Refuses when the role doesn't exist. async fetchRole( clientOrGuild: Client | Guild, roleId: string ): Promise<Role>async fetchRole( clientOrGuild: Client | Guild, roleId: string ): Promise<Role>ParamsclientOrGuildclientOrGuild: Client | GuildclientOrGuild: Client | GuildDiscord client or guild instance roleIdroleId: stringroleId: stringThe role ID to fetch
clientOrGuildclientOrGuild: Client | GuildclientOrGuild: Client | GuildDiscord client or guild instance