Arteiii/membrs

fix permission issues in oauth scope

Closed this issue · 1 comments

unauthorized error while trying to fetch user data

        .email() // allow reading email at users/@me
        .identify() // allow reading email at users/@me
        .guilds()// allow reading guilds

was missing