Create a new Voice Method Handler
Usually SnowTransfer creates a method handler for you, this is here for completion
You can access the methods listed via client.voice.method
, where client
is an initialized SnowTransfer instance
request handler that calls the rest api
Get currently available voice regions that can be used when creating servers
Array of voice region objects
const client = new SnowTransfer("TOKEN")
const regions = await client.voice.getVoiceRegions()
Generated using TypeDoc
Methods for interacting with voice stuff via rest