Instance Method
getGuildSticker(from:stickerId:then:)
Gets a sticker from a guild
Declaration
func getGuildSticker(from guildId: Snowflake, stickerId: Snowflake, then completion: @escaping (Sticker?, RequestError?) -> Void)
func getGuildSticker(from guildId: Snowflake, stickerId: Snowflake, then completion: @escaping (Sticker?, RequestError?) -> Void)