Skip to content
This repository has been archived by the owner on May 1, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 259 Bytes

Regions.md

File metadata and controls

12 lines (9 loc) · 259 Bytes

Regions API

Back to main Readme

Show Discord Regions

$discord = new Discord($email_address, $password);
$regions = $discord->api('regions')->show();
print_r($regions);

Returns an array with regions voice servers are hosted.