Getting voice adapter with @discordjs/core
I'm getting an issue with @discordjs/core and @discordjs/voice where it needs an adapter to join a voice channel. So I find out that it relates to the guild but using
client.api.guilds.get(guildid) doesn't contain the adapter. How would I get the adapter using @discordjs/core or is it impossible?