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) · 246 Bytes

Gateway.md

File metadata and controls

12 lines (9 loc) · 246 Bytes

Gateway

Back to main Readme

Show Discord Gateway

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

Returns an array with your designated gateway.