wohali / oauth2-discord-new

New Discord Provider for the OAuth 2.0 Client
MIT License
118 stars 22 forks source link

how to see connections servers #17

Closed muraatydn closed 5 years ago

muraatydn commented 5 years ago

how to see connections on user i cannot see

'scope' => ['guilds', 'email', 'identify'] printf('Hello %s#%s %s!

', $user->getUsername(), $user->getDiscriminator(), $user->getguilds()); image

wohali commented 5 years ago

See https://github.com/wohali/oauth2-discord-new/issues/10#issuecomment-436761132

This is a very basic library, if you need more functionality use the token you get from this with RestCord.