Channels.md
November 2, 2015 ยท View on GitHub
Guild Channels API
Show Guild Channels
$discord = new Discord($email_address, $password);
$guildId = '<your_guild_id>';
$guildChannels = $discord->api('guild')->channels()->show($guildId);
print_r($guildChannels);
Returns an array with details about your guild's channels.